Skip to content

Commit 75a28ae

Browse files
authored
Fix makefile appstore target (#1446)
Remove cfssl directory from the published package, it was deleted back in #1132. Additionally, use npm ci instead of npm install. Signed-off-by: Lucas Azevedo <[email protected]>
1 parent 30818e8 commit 75a28ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,10 @@ test: composer
9191
appstore: clean
9292
mkdir -p $(appstore_sign_dir)/$(app_name)
9393
composer install --no-dev
94-
npm install
94+
npm ci
9595
npm run build
9696
cp -r \
9797
appinfo \
98-
cfssl \
9998
img \
10099
js \
101100
l10n \

0 commit comments

Comments
 (0)