Skip to content

Commit

Permalink
Add a command to run all checks
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed Dec 4, 2023
1 parent 8ca9c9f commit 5a75c53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
.PHONY: fix format start typecheck
.PHONY: check fix format start typecheck

node_modules: package.json package-lock.json
npm install
touch node_modules

check: format typecheck

fix: node_modules
npx prettier --ignore-unknown --write '**'

Expand Down

0 comments on commit 5a75c53

Please sign in to comment.