Skip to content

Commit 41f5a97

Browse files
author
Jonatan Salas
committed
Modified build-lib script in package.json and added cross-env as dev dependency.
1 parent 77d07f1 commit 41f5a97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Bootstrap UI implementation for redux-autoform",
55
"main": "./lib/index.js",
66
"scripts": {
7-
"build-lib": "babel-node ./tools/build-lib.js",
7+
"build-lib": "cross-env NODE_ENV=production babel-node ./tools/build-lib.js",
88
"test": "mocha ./test --compilers js:babel-register"
99
},
1010
"repository": {
@@ -45,6 +45,7 @@
4545
"chai": "^3.5.0",
4646
"child-process-promise": "^2.0.3",
4747
"colors": "^1.1.2",
48+
"cross-env": "^2.0.0",
4849
"fs-extra-promise": "^0.4.0",
4950
"mocha": "^2.5.3",
5051
"path": "^0.12.7",

0 commit comments

Comments
 (0)