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