Extending Justfile with lint

This commit is contained in:
dDogge 2023-12-14 19:29:27 +01:00
parent 702fa6230c
commit 6e70d9a5ab

View file

@ -3,4 +3,8 @@ dev:
npx expo start -p 8080 npx expo start -p 8080
clean: clean:
rm -rf node_modules .expo rm -rf node_modules .expo
lint:
npm install
npm run lint