Justfile target modifications

This commit is contained in:
Imbus 2023-12-15 01:58:10 +01:00
parent 78a3cdea40
commit cdb110a19f

View file

@ -7,7 +7,7 @@ npm-install:
clean:
rm -rf node_modules .expo
fmt:
fmt: npm-install
npm run format
lint: npm-install