Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-06-26 19:25:39 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-06-26 19:25:39 +0300
commited2f8b0bfcb6017c3adcaea4f99abdeb04047a26 (patch)
tree9c5018576e7da29dc28e24a9b1f336cee270c5a0
parent3c9a87cc46e21ceadb7994a30fc02da60a46a6aa (diff)
Fix npm build scriptv0.8.2-alpha3
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 7d4b859ae..18dfbb2ab 100644
--- a/package.json
+++ b/package.json
@@ -7,8 +7,8 @@
"test": "tests"
},
"scripts": {
- "build": "./node_modules/webpack-cli/bin/webpack.js --mode production --config js/webpack.prod.config.js",
- "dev": "./node_modules/webpack-cli/bin/webpack.js --mode development --config js/webpack.dev.config.js --watch",
+ "build": "./node_modules/webpack-cli/bin/cli.js --mode production --config js/webpack.prod.config.js",
+ "dev": " ./node_modules/webpack-cli/bin/cli.js --mode development --config js/webpack.dev.config.js --watch",
"test": "./node_modules/karma/bin/karma start karma.conf.js --single-run"
},
"repository": {