Skip to content

Commit

Permalink
Add a command to run all checks
Browse files Browse the repository at this point in the history
Refs c07e6b5
  • Loading branch information
thewilkybarkid committed Nov 29, 2023
1 parent 25d9ea9 commit 454cde8
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 454cde8

Please sign in to comment.