Extending Justfile with lint

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

View file

@ -4,3 +4,7 @@ dev:
clean:
rm -rf node_modules .expo
lint:
npm install
npm run lint