Skip to content

Commit

Permalink
removed auto building with simq
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kudera committed Nov 25, 2013
1 parent 082d83d commit 35cfab2
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 @@ -29,6 +29,6 @@
"mocha": "~1.14.0"
},
"scripts": {
"test": "cd ./test; echo \"Testing in node:\"; mocha ./node/index.js --reporter spec; cd browser; echo \"Testing in browser:\"; simq build; mocha-phantomjs ./index.html"
"test": "cd ./test; echo \"Testing in node:\"; mocha ./node/index.js --reporter spec; cd browser; echo \"Testing in browser:\"; mocha-phantomjs ./index.html"
}
}

0 comments on commit 35cfab2

Please sign in to comment.