Skip to content

Commit 23168c5

Browse files
committed
split build and assemble
1 parent 5c9839d commit 23168c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ npm-update:
3030

3131
##### Building #####
3232

33+
build: clean build-js-production assemble
34+
3335
appstore: lint build
3436
@echo "Signing…"
3537
php ../server/occ integrity:sign-app \
@@ -40,8 +42,7 @@ appstore: lint build
4042
-C $(build_dir) $(app_name)
4143
openssl dgst -sha512 -sign $(cert_dir)/$(app_name).key $(build_dir)/$(app_name).tar.gz | openssl base64
4244

43-
44-
build: clean build-js-production
45+
assemble:
4546
mkdir -p $(build_dir)
4647
rsync -a \
4748
--exclude=.babelrc.js \

0 commit comments

Comments
 (0)