Skip to content

Commit

Permalink
npm test should be simple :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 19, 2013
1 parent 0d773cd commit df503c0
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 @@ -30,7 +30,7 @@
}
],
"scripts": {
"test": "testem ci",
"test": "node test/index.js",
"build": "browserify-server --bundle=test/index.js -o test/static/bundle.js --debug",
"testem": "testem",
"example": "browservefy ./examples/simple.js --browserify='browserify-server' --live -- --debug --bundle"
Expand Down

0 comments on commit df503c0

Please sign in to comment.