summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-02-22 15:01:09 +0100
committerJoas Schilling <coding@schilljs.com>2023-02-22 15:01:09 +0100
commit59b3c4bcd8550a04e232e1d7f6ba06cc9c986f49 (patch)
treeee8d31f447b1ad9ec9ffbd02ead3f288fbc32201
parent822e1898ee83544c61a72fc59b06809d533c930e (diff)
Add a step "production-setup" to produce a release package
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45cd79b80..f86da1192 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,9 @@ version+=master
all: dev-setup build-production
-dev-setup: clean-dev composer-install-dev npm-init
+dev-setup: clean-dev npm-init build-dev
+
+production-setup: clean-dev npm-init build-production
release: appstore create-tag