mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
ci(): generate readmes to ensure docs are valid
This commit is contained in:
parent
fa93226cbf
commit
7144eb0afa
@ -34,6 +34,9 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Build Ionic Native
|
name: Build Ionic Native
|
||||||
command: npm run build:core && ./node_modules/.bin/tsc
|
command: npm run build:core && ./node_modules/.bin/tsc
|
||||||
|
- run:
|
||||||
|
name: Generate README files to ensure docs are valid
|
||||||
|
command: npm run readmes
|
||||||
- run:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
command: npm test
|
command: npm test
|
||||||
|
@ -58,7 +58,8 @@
|
|||||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
||||||
"postchangelog": "git commit -am \"chore(): update changelog\"",
|
"postchangelog": "git commit -am \"chore(): update changelog\"",
|
||||||
"test": "karma start karma.conf.js --single-run",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user