Unverified Commit f496db79 authored by Ronald Denaux's avatar Ronald Denaux Committed by GitHub

make build platform independed by using cross-env

parent a4508941
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
"coffeeify": "^1.0.0", "coffeeify": "^1.0.0",
"commander": "^2.9.0", "commander": "^2.9.0",
"core-js": "^1.2.5", "core-js": "^1.2.5",
"cross-env": "^5.1.4",
"custom-event": "^1.0.1", "custom-event": "^1.0.1",
"diff": "^2.2.2", "diff": "^2.2.2",
"diff-match-patch": "^1.0.0", "diff-match-patch": "^1.0.0",
...@@ -137,7 +138,7 @@ ...@@ -137,7 +138,7 @@
}, },
"main": "./build/boot.js", "main": "./build/boot.js",
"scripts": { "scripts": {
"build": "NODE_ENV=production gulp build", "build": "cross-env NODE_ENV=production gulp build",
"deps": "check-dependencies", "deps": "check-dependencies",
"lint": "eslint .", "lint": "eslint .",
"test": "gulp test", "test": "gulp test",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment