Justfile targets
This commit is contained in:
parent
027ed45cd3
commit
a4d0c1792b
1 changed files with 4 additions and 0 deletions
4
Justfile
4
Justfile
|
@ -1,2 +1,6 @@
|
|||
dev:
|
||||
npm install
|
||||
npx expo start -p 8080
|
||||
|
||||
clean:
|
||||
rm -rf node_modules .expo
|
Loading…
Reference in a new issue