Let typedoc clear target dir

This commit is contained in:
Simon Warta
2020-07-02 10:38:19 +02:00
parent cbaf77d653
commit 7cdc5a9a5e
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
"access": "public"
},
"scripts": {
"docs": "shx rm -rf docs && typedoc --options typedoc.js",
"docs": "typedoc --options typedoc.js",
"lint": "eslint --max-warnings 0 \"**/*.{js,ts}\"",
"lint-fix": "eslint --max-warnings 0 \"**/*.{js,ts}\" --fix",
"format": "prettier --write --loglevel warn \"./src/**/*.ts\"",