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

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2020-05-05 14:06:53 +0300
committersualko <klaus@jsxc.org>2020-05-05 14:09:48 +0300
commitc9c446c159966680953ac19ae5fb40f26508b33b (patch)
treea3e5ee1fc5ac977eab254cb093c86c5147ba55b9 /package.json
parentf5ce94a6623173ac540d811b51079ecf6e03e27a (diff)
chore: show webpack progress
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 491d03f..76fcdcc 100644
--- a/package.json
+++ b/package.json
@@ -11,8 +11,8 @@
"url": "https://github.com/jsxc/jsxc.nextcloud"
},
"scripts": {
- "start": "webpack --mode production",
- "dev": "webpack --watch --mode development --config webpack.config.js",
+ "start": "webpack --progress --mode production",
+ "dev": "webpack --progress --watch --mode development --config webpack.config.js",
"test": "vendor/bin/phpunit -c phpunit.xml",
"jsxc": "cd node_modules/jsxc/ && webpack --watch --mode development",
"fix-typescript-format": "tslint -c tslint.json \"ts/**/*.ts\" --fix",