aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 380d9f1..e19904f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
NODE_MODULES = node_modules
-.PHONY: build assets deps lint test
+.PHONY: build assets deps lint test package
$(NODE_MODULES):
npm run assets
@@ -22,4 +22,7 @@ lint:
staticcheck ./...
test:
- npm run test \ No newline at end of file
+ npm run test
+
+package:
+ go tool yeet \ No newline at end of file