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

github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-02-05 00:56:27 +0300
committerRobin Appelman <robin@icewind.nl>2021-02-05 00:56:27 +0300
commit858697f2352dc9ef254e01221bebebdd3a5b99d8 (patch)
treece6f5a639284c04e103946c0e4c767915b0c05f0 /Makefile
parentfd89d75d12cb351dbbf8f99d3da3804a478307c5 (diff)
bumb dependencies
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5111795..72c5fef 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ node_modules: package.json
npm install --deps
build/main.js: node_modules $(jssources)
- $(webpack) --verbose --colors --display-error-details --config webpack/prod.config.js
+ $(webpack) --config webpack/prod.config.js
.PHONY: watch
watch: node_modules