ci(): generate readmes to ensure docs are valid

This commit is contained in:
Ibby Hadeed 2017-07-03 07:40:38 -04:00
parent fa93226cbf
commit 7144eb0afa
No known key found for this signature in database
GPG Key ID: FAFF5A8210728800
2 changed files with 5 additions and 1 deletions

View File

@ -34,6 +34,9 @@ jobs:
- run:
name: Build Ionic Native
command: npm run build:core && ./node_modules/.bin/tsc
- run:
name: Generate README files to ensure docs are valid
command: npm run readmes
- run:
name: Run tests
command: npm test

View File

@ -58,7 +58,8 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"postchangelog": "git commit -am \"chore(): update changelog\"",
"test": "karma start karma.conf.js --single-run",
"test:watch": "karma start karma.conf.js"
"test:watch": "karma start karma.conf.js",
"readmes": "gulp readmes"
},
"repository": {
"type": "git",