Remove spec files from docs

This commit is contained in:
Dolan
2018-02-21 21:46:02 +00:00
parent 844b9ab2ec
commit 1866033128

View File

@ -13,7 +13,7 @@
"tsc": "rimraf ./build && tsc -p .", "tsc": "rimraf ./build && tsc -p .",
"webpack": "rimraf ./build && webpack", "webpack": "rimraf ./build && webpack",
"demo": "npm run build && node ./demo", "demo": "npm run build && node ./demo",
"typedoc": "npm run build && typedoc --out docs/ src/ --module commonjs --target ES6 --disableOutputCheck", "typedoc": "typedoc --out docs/ src/ --module commonjs --target ES6 --disableOutputCheck --excludePrivate --externalPattern \"**/*.spec.ts\"",
"style": "prettier -l \"src/**/*.ts\"", "style": "prettier -l \"src/**/*.ts\"",
"fix-types": "node types-absolute-fixer.js" "fix-types": "node types-absolute-fixer.js"
}, },