diff --git a/Justfile b/Justfile index ecf81d3..b251fba 100644 --- a/Justfile +++ b/Justfile @@ -7,5 +7,8 @@ npm-install: clean: rm -rf node_modules .expo +fmt: + npm run format + lint: npm-install - npm run lint \ No newline at end of file + npm run lint