We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d07f1 commit 41f5a97Copy full SHA for 41f5a97
package.json
@@ -4,7 +4,7 @@
4
"description": "Bootstrap UI implementation for redux-autoform",
5
"main": "./lib/index.js",
6
"scripts": {
7
- "build-lib": "babel-node ./tools/build-lib.js",
+ "build-lib": "cross-env NODE_ENV=production babel-node ./tools/build-lib.js",
8
"test": "mocha ./test --compilers js:babel-register"
9
},
10
"repository": {
@@ -45,6 +45,7 @@
45
"chai": "^3.5.0",
46
"child-process-promise": "^2.0.3",
47
"colors": "^1.1.2",
48
+ "cross-env": "^2.0.0",
49
"fs-extra-promise": "^0.4.0",
50
"mocha": "^2.5.3",
51
"path": "^0.12.7",
0 commit comments