aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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 f6f647ce..93dedcd3 100644
--- a/package.json
+++ b/package.json
@@ -4,8 +4,8 @@
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
- "compile:css": "cross-env NODE_ENV=production postcss --verbose --map style.css.map src/main/assets/style.css -d src/main/resources/static/",
- "compile:js": "webpack --mode=production",
+ "compile:css": "postcss --verbose --map style.css.map src/main/assets/style.css -d src/main/resources/static/",
+ "compile:js": "webpack",
"compile": "concurrently \"npm run compile:css\" \"npm run compile:js\""
},
"repository": {