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

@@ -20,7 +20,4 @@ jobs:
key: v1-dependencies-{{ checksum "package.json" }}
- run: npm test
- run: npx nyc report --reporter=lcov | npx codecov
- run: npm run cov:check
branches:
ignore:
- gh-pages
- run: npm run cov:check

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",

View File

@@ -385,7 +385,7 @@ test(`${
'test-5/LICENSE': 'd11b4dba04062af8bd80b052066daf1c',
'test-5/README.md': '8fc7ecb21d7d47289e4b2469eea4db39',
'test-5/bin/typescript-starter': 'df05a2c6c849f47761f0e24230359d3e',
'test-5/package.json': '350b37ef2d615462eeefc27d84d1eb21',
'test-5/package.json': '0b144bfd05d318b9cb634d69e5d5c27f',
'test-5/src/index.ts': '5991bedc40ac87a01d880c6db16fe349',
'test-5/src/lib/number.spec.ts': '40ebb014eb7871d1f810c618aba1d589',
'test-5/src/lib/number.ts': '43756f90e6ac0b1c4ee6c81d8ab969c7',
@@ -418,7 +418,7 @@ test(`${TestDirectories.six}: Sandboxed: yarn, no initial commit`, async t => {
'test-6/LICENSE': '1dfe8c78c6af40fc14ea3b40133f1fa5',
'test-6/README.md': 'd809bcbf240f44b51b575a3d49936232',
'test-6/bin/typescript-starter': 'df05a2c6c849f47761f0e24230359d3e',
'test-6/package.json': '635cf9c0e9fd16e9c29679108b8ebc3d',
'test-6/package.json': '8f01dbeacc3c40dd0e7d185e7dcc2d16',
'test-6/src/index.ts': 'fbc67c2cbf3a7d37e4e02583bf06eec9',
'test-6/src/lib/async.spec.ts': '1e83b84de3f3b068244885219acb42bd',
'test-6/src/lib/async.ts': '9012c267bb25fa98ad2561929de3d4e2',