From 039fd040a8803b8d9c0162fdd68cb38ba45dc179 Mon Sep 17 00:00:00 2001 From: Cory Forsyth Date: Wed, 24 Aug 2016 12:05:14 -0400 Subject: [PATCH] doc(jsdoc): Make building docs part of testing, to avoid jsdocs errors (#464) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 69d99d88f..9766b9de6 100644 --- a/package.json +++ b/package.json @@ -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",