Add a step "production-setup" to produce a release package

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-02-22 15:01:09 +01:00
parent 822e1898ee
commit 59b3c4bcd8
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

@ -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