Skip to content

Commit

Permalink
Improve test script googlearchive#152
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoFdzM committed Feb 21, 2017
1 parent 8a0ccfe commit b5f8d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"bin": "lib/polylint-bin.js",
"scripts": {
"build": "tsc",
"test": "bower install && node_modules/.bin/jshint test && node_modules/.bin/mocha test/test.js"
"test": "bower install && npm run build && node_modules/.bin/jshint test && node_modules/.bin/mocha test/test.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b5f8d97

Please sign in to comment.