Add generated_docs dir to clean command

This commit is contained in:
Fabio Berger
2018-08-21 23:20:01 +01:00
parent da15df2c2d
commit 1bbd7bf870
11 changed files with 11 additions and 11 deletions

View File

@@ -10,7 +10,7 @@
"scripts": {
"watch_without_deps": "tsc -w",
"build": "tsc",
"clean": "shx rm -rf lib",
"clean": "shx rm -rf lib generated_docs",
"lint": "tslint --project .",
"docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_FILES"
},