Extending Justfile with lint
This commit is contained in:
parent
702fa6230c
commit
6e70d9a5ab
1 changed files with 5 additions and 1 deletions
6
Justfile
6
Justfile
|
@ -3,4 +3,8 @@ dev:
|
||||||
npx expo start -p 8080
|
npx expo start -p 8080
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf node_modules .expo
|
rm -rf node_modules .expo
|
||||||
|
|
||||||
|
lint:
|
||||||
|
npm install
|
||||||
|
npm run lint
|
Loading…
Reference in a new issue