Skip to content

Commit e026c04

Browse files
committed
run tests with BABEL_ENV
1 parent 64e7c12 commit e026c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"cart": "cd examples/shopping-cart && webpack-dev-server --inline --hot --config ../webpack.shared.config.js",
1515
"chat": "cd examples/chat && webpack-dev-server --inline --hot --config ../webpack.shared.config.js",
1616
"build": "node build/build.js",
17-
"test": "eslint src && mocha --compilers js:babel-core/register",
17+
"test": "eslint src && BABEL_ENV=development mocha --compilers js:babel-core/register",
1818
"docs": "cd docs && gitbook serve",
1919
"deploy-docs": "cd docs && ./deploy.sh"
2020
},

0 commit comments

Comments
 (0)