We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704d178 commit 1155871Copy full SHA for 1155871
1 file changed
package.json
@@ -47,7 +47,7 @@
47
"test": "karma start karma.conf.js",
48
"debug": "npm run test -- --auto-watch --browsers Chrome --no-single-run",
49
"build": "webpack -p --bail",
50
- "docs": "typedoc --out ./docs/ ./src/ --excludePrivate --excludeExternals --exclude \"**/*.spec.ts\"",
+ "docs": "rm -rf ./docs/ && typedoc --out ./docs/ ./src/ --excludePrivate --excludeExternals --exclude \"**/*.spec.ts\"",
51
"prepublish": "npm run build",
52
"version": "npm run docs && node ./generate-changelog.js && git add docs CHANGELOG.md",
53
"start": "http-server -a localhost -p 8000 -o --cors -c-1"
0 commit comments