Skip to content

Commit

Permalink
add cross-env to test so it can be run on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ssreed committed Jul 28, 2017
1 parent 977b0d8 commit 0fc557a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"minor": "mversion mi && npm run preparerelease",
"major": "mversion ma && npm run preparerelease",
"pretest": "npm run lint",
"test": "BABEL_ENV=test mocha --compilers js:babel-register --recursive tests/unit",
"testfunc": "BABEL_ENV=test mocha --compilers js:babel-register tests/functional/auto/hlsjs.js --timeout 40000",
"test": "cross-env BABEL_ENV=test mocha --compilers js:babel-register --recursive tests/unit",
"testfunc": "cross-env BABEL_ENV=test mocha --compilers js:babel-register tests/functional/auto/hlsjs.js --timeout 40000",
"lint": "jshint src/",
"dev": "webpack-dev-server --env.debug --port 8000"
},
Expand Down

0 comments on commit 0fc557a

Please sign in to comment.