Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Commit

Permalink
chore(docs): typedoc wants a clean folder all of a sudden
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Feb 1, 2018
1 parent 9366520 commit 3ee4cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:unit": "mocha --compilers ts:ts-node/register \"src/**/*.spec.ts\"",
"prepublishOnly": "npm run build && npm run docs:publish",
"lint": "tslint -c tslint.json --project tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\"",
"docs:build": "typedoc --exclude \"{*.spec.ts,**/node_modules/**}\" --out docs/ --mode file --excludeNotExported --excludePrivate --excludeExternals --tsconfig tsconfig.json ./src/index.ts && node doc-postprocess.js",
"docs:build": "rimraf docs && typedoc --exclude \"{*.spec.ts,**/node_modules/**}\" --out docs/ --mode file --excludeNotExported --excludePrivate --excludeExternals --tsconfig tsconfig.json ./src/index.ts && node doc-postprocess.js",
"docs:publish": "npm run docs:build && gh-pages -d docs -s **"
},
"repository": {
Expand Down

0 comments on commit 3ee4cb1

Please sign in to comment.