Skip to content

Commit

Permalink
chore: remove docs/ before re-generating it
Browse files Browse the repository at this point in the history
  • Loading branch information
citizensas committed Mar 31, 2017
1 parent 704d178 commit 1155871
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
@@ -47,7 +47,7 @@
"test": "karma start karma.conf.js",
"debug": "npm run test -- --auto-watch --browsers Chrome --no-single-run",
"build": "webpack -p --bail",
"docs": "typedoc --out ./docs/ ./src/ --excludePrivate --excludeExternals --exclude \"**/*.spec.ts\"",
"docs": "rm -rf ./docs/ && typedoc --out ./docs/ ./src/ --excludePrivate --excludeExternals --exclude \"**/*.spec.ts\"",
"prepublish": "npm run build",
"version": "npm run docs && node ./generate-changelog.js && git add docs CHANGELOG.md",
"start": "http-server -a localhost -p 8000 -o --cors -c-1"

0 comments on commit 1155871

Please sign in to comment.