summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-10-15 20:42:45 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-10-21 16:51:18 +0200
commite6cd6ccf03e52d7741d94321a9f987e1f219edd0 (patch)
tree5ab25a087c8b60458b0099d7dc0e36bb8ae118b5 /js
parentdb581671828c55a701dec394025f15a12712f463 (diff)
adjust appstore and build process
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'js')
-rw-r--r--js/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/package.json b/js/package.json
index 7f1342c21..16d35ede3 100644
--- a/js/package.json
+++ b/js/package.json
@@ -4,7 +4,7 @@
"main": "build/app.min.js",
"scripts": {
"test": "node node_modules/gulp-cli/bin/gulp.js karma",
- "prebuild": "npm install && npm update",
+ "prebuild": "npm ci",
"build": "node node_modules/gulp-cli/bin/gulp.js"
},
"repository": {