Skip to content

Commit

Permalink
doc(jsdoc): Make building docs part of testing, to avoid jsdocs errors (
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Aug 24, 2016
1 parent 843f381 commit 039fd04
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 @@ -5,8 +5,8 @@
"repository": "https://github.com/bustlelabs/mobiledoc-kit",
"scripts": {
"start": "broccoli serve",
"test:ci": "npm run build && testem ci -f testem-ci.json",
"test": "npm run build && testem ci -f testem.json",
"test:ci": "npm run docs && npm run build && testem ci -f testem-ci.json",
"test": "npm run docs && npm run build && testem ci -f testem.json",
"build": "rm -rf dist && broccoli build dist",
"build-website": "npm run docs && ./bin/build-website.sh",
"deploy-website": "./bin/deploy-website.sh",
Expand Down

0 comments on commit 039fd04

Please sign in to comment.