Slight justfile refactor

This commit is contained in:
Imbus 2023-12-14 20:03:01 +01:00
parent 6e70d9a5ab
commit ca12938fb0

View file

@ -1,10 +1,11 @@
dev:
npm install
dev: npm-install
npx expo start -p 8080
npm-install:
npm install
clean:
rm -rf node_modules .expo
lint:
npm install
lint: npm-install
npm run lint