1
0
mirror of synced 2025-11-08 12:57:47 +00:00

ci(CircleCI): skip building gh-pages commits

This commit is contained in:
Jason Dreyzehner
2018-03-12 19:21:00 -04:00
parent 173008b1d2
commit bdb4753073
3 changed files with 4 additions and 7 deletions

View File

@@ -51,7 +51,7 @@
"doc": "run-s doc:html && opn build/docs/index.html",
"doc:html": "typedoc src/ --target ES6 --mode file --out build/docs",
"doc:json": "typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json",
"doc:publish": "gh-pages -d build/docs",
"doc:publish": "gh-pages -m '[ci skip] Updates' -d build/docs",
"version": "standard-version",
"reset": "git clean -dfx && git reset --hard && npm i",
"clean": "trash build test",