Skip to content

Commit

Permalink
Adding a helper makefile.
Browse files Browse the repository at this point in the history
Signed-off-by: Chad Metcalf <metcalfc@gmail.com>
  • Loading branch information
metcalfc committed Mar 20, 2021
1 parent 6d002aa commit 173e8ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
@@ -0,0 +1,10 @@
.PHONY: lint format check

lint:
npm run-script lint

format:
npm run-script format

check:
npm run-script format-check

0 comments on commit 173e8ae

Please sign in to comment.