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