aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7f92dbb9a..3b29795a8 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
"docs:generate": "typedoc --out docs .",
"docs:open": "opn docs/index.html",
- "clean": "shx rm -rf _bundles lib",
+ "clean": "shx rm -rf _bundles lib test_temp",
"build:dev": "npm run clean && run-p build:*:dev",
"build:umd:dev": "webpack",
"build:umd:prod": "webpack -p",