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 64e7c12 commit e026c04Copy full SHA for e026c04
package.json
@@ -14,7 +14,7 @@
14
"cart": "cd examples/shopping-cart && webpack-dev-server --inline --hot --config ../webpack.shared.config.js",
15
"chat": "cd examples/chat && webpack-dev-server --inline --hot --config ../webpack.shared.config.js",
16
"build": "node build/build.js",
17
- "test": "eslint src && mocha --compilers js:babel-core/register",
+ "test": "eslint src && BABEL_ENV=development mocha --compilers js:babel-core/register",
18
"docs": "cd docs && gitbook serve",
19
"deploy-docs": "cd docs && ./deploy.sh"
20
},
0 commit comments