chore: clarify message for when docs are not generated (#457)

This commit is contained in:
Nate Fischer 2016-06-09 07:35:37 -07:00 committed by Ari Porad
parent 2e87f14c07
commit 4134727490
2 changed files with 5 additions and 3 deletions

View File

@ -31,8 +31,8 @@ os:
script:
- npm test
# make sure when the docs are generated nothing changes (a.k.a. the docs have already been generated)
- node scripts/generate-docs.js
- git diff --quiet # make sure no files have changed
- npm run gendocs
- npm run after-travis "Make sure to generate docs!"
# Gitter
notifications:

View File

@ -28,6 +28,7 @@
"test": "node scripts/run-tests",
"gendocs": "node scripts/generate-docs",
"lint": "jshint .",
"after-travis": "travis-check-changes",
"changelog": "bash scripts/changelog.sh"
},
"bin": {
@ -40,7 +41,8 @@
},
"devDependencies": {
"coffee-script": "^1.10.0",
"jshint": "^2.9.2"
"jshint": "^2.9.2",
"travis-check-changes": "^0.2.0"
},
"optionalDependencies": {},
"engines": {