Skip to content

Commit

Permalink
Add npm run build to npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Aug 21, 2015
1 parent 208f85b commit 80e39d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"scripts": {
"test-spec": "mocha spec/*.spec.js -R spec",
"test-cov": "istanbul cover -x '**/spec/**' node_modules/mocha/bin/_mocha -- spec/*.spec.js -R spec",
"test": "npm run test-cov"
"build": "node bin/compile-dots.js",
"test": "npm run build && npm run test-cov",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 80e39d6

Please sign in to comment.