aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index c6d149fc..d06f0c57 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"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\""
+ "compile": "cross-env NODE_ENV=production concurrently \"npm run compile:css\" \"npm run compile:js\""
},
"repository": {
"type": "git",