We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9839d commit 23168c5Copy full SHA for 23168c5
Makefile
@@ -30,6 +30,8 @@ npm-update:
30
31
##### Building #####
32
33
+build: clean build-js-production assemble
34
+
35
appstore: lint build
36
@echo "Signing…"
37
php ../server/occ integrity:sign-app \
@@ -40,8 +42,7 @@ appstore: lint build
40
42
-C $(build_dir) $(app_name)
41
43
openssl dgst -sha512 -sign $(cert_dir)/$(app_name).key $(build_dir)/$(app_name).tar.gz | openssl base64
44
-
-build: clean build-js-production
45
+assemble:
46
mkdir -p $(build_dir)
47
rsync -a \
48
--exclude=.babelrc.js \
0 commit comments