mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
Add a step "production-setup" to produce a release package
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
822e1898ee
commit
59b3c4bcd8
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -13,7 +13,9 @@ version+=master
|
||||||
|
|
||||||
all: dev-setup build-production
|
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
|
release: appstore create-tag
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue