From 0cdb1a9286220c214edfd45a469bef9c5dcd7486 Mon Sep 17 00:00:00 2001 From: Dolan Date: Tue, 9 Mar 2021 03:00:30 +0000 Subject: [PATCH] Add rimraf to build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2953dfb889..12f789713a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "tsc": "rimraf ./build && tsc -p .", "webpack": "rimraf ./build && webpack", "demo": "npm run build && npm run ts-node ./demo", - "typedoc": "typedoc src/index.ts --tsconfig tsconfig.typedoc.json", + "typedoc": "rimraf ./build && typedoc src/index.ts --tsconfig tsconfig.typedoc.json", "style": "prettier -l \"src/**/*.ts\"", "style.fix": "npm run style -- --write", "fix-types": "ts-node scripts/types-absolute-fixer.ts",