Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
[infra] bug workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed Apr 30, 2016
1 parent 77cad00 commit c7fdec7
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 @@ -60,8 +60,8 @@
],
"scripts": {
"build": "NODE_ENV=production webpack --progress --color --display-error-details --display-reasons --optimize-minimize",
"test": "NODE_ENV=dev mocha-webpack --webpack-config webpack-test.config.js --colors --require source-map-support/register ./test/unit/*.js",
"test:watch": "NODE_ENV=dev mocha-webpack --webpack-config webpack-test.config.js --colors --require source-map-support/register --watch ./test/unit/*.js",
"test": "NODE_ENV=dev mocha-webpack ./test/unit/*.js --webpack-config webpack-test.config.js --colors --require source-map-support/register",
"test:watch": "NODE_ENV=dev mocha-webpack ./test/unit/*.js --webpack-config webpack-test.config.js --colors --require source-map-support/register --watch",
"test:integration": "karma start --watch",
"prepublish": "npm run build"
}
Expand Down

0 comments on commit c7fdec7

Please sign in to comment.