diff --git a/package.json b/package.json index 1e25d1ab3a..47d0e692cf 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint": "tslint --project ./ts", "build": "rimraf ./build && tsc -p ts", "demo": "npm run build && node ./demo", - "typedoc": "rimraf ./docs && typedoc --out docs/ ts/ --module commonjs --target ES6" + "typedoc": "typedoc --out docs/ ts/ --module commonjs --target ES6" }, "files": [ "ts",