Justfile target modifications
This commit is contained in:
parent
78a3cdea40
commit
cdb110a19f
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
@ -7,7 +7,7 @@ npm-install:
|
||||||
clean:
|
clean:
|
||||||
rm -rf node_modules .expo
|
rm -rf node_modules .expo
|
||||||
|
|
||||||
fmt:
|
fmt: npm-install
|
||||||
npm run format
|
npm run format
|
||||||
|
|
||||||
lint: npm-install
|
lint: npm-install
|
||||||
|
|
Loading…
Reference in a new issue