Skip to content

Commit

Permalink
cross-env added for mocha, so windows users runt tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tajo committed Jan 12, 2016
1 parent ecb4d5c commit 8f408f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build:examples": "npm run clean && npm run build:examples:webpack",
"build:examples:webpack": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js",
"clean": "rimraf build",
"test": "NODE_ENV=test mocha --compilers js:babel-register",
"test": "cross-env NODE_ENV=test mocha --compilers js:babel-register",
"lint": "eslint examples lib test devServer.js",
"prepublish": "npm run build"
},
Expand Down

0 comments on commit 8f408f7

Please sign in to comment.