summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-10-09 12:21:33 +0200
committerJoas Schilling <coding@schilljs.com>2019-10-09 12:21:33 +0200
commitdbd5851f9ddaf60cb435e068ccd264793c87bfeb (patch)
treeae7c28ca3720b0c465ee2e1351d44f2062f48824 /Makefile
parentc65a56b0e3511b67da23b22936254574d458377e (diff)
Make Make make everything
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2571eeb71..9b087aeb2 100644
--- a/Makefile
+++ b/Makefile
@@ -20,12 +20,15 @@ dependabot: dev-setup npm-update build-js-production compile-handlebars-template
release: appstore create-tag
build-js:
+ npm run dev
cd vue/ && npm run dev
build-js-production:
+ npm run build
cd vue/ && npm run build
watch-js:
+ npm run watch
cd vue/ && npm run watch
lint: