Skip to content

Commit 1155871

Browse files
committed
chore: remove docs/ before re-generating it
1 parent 704d178 commit 1155871

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"test": "karma start karma.conf.js",
4848
"debug": "npm run test -- --auto-watch --browsers Chrome --no-single-run",
4949
"build": "webpack -p --bail",
50-
"docs": "typedoc --out ./docs/ ./src/ --excludePrivate --excludeExternals --exclude \"**/*.spec.ts\"",
50+
"docs": "rm -rf ./docs/ && typedoc --out ./docs/ ./src/ --excludePrivate --excludeExternals --exclude \"**/*.spec.ts\"",
5151
"prepublish": "npm run build",
5252
"version": "npm run docs && node ./generate-changelog.js && git add docs CHANGELOG.md",
5353
"start": "http-server -a localhost -p 8000 -o --cors -c-1"

0 commit comments

Comments
 (0)