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: dev: npm-install
npm install
npx expo start -p 8080 npx expo start -p 8080
npm-install:
npm install
clean: clean:
rm -rf node_modules .expo rm -rf node_modules .expo
lint: lint: npm-install
npm install
npm run lint npm run lint