From c7498b29867692f8c5bf75a83f4aadb2b443dce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E7=AB=B9?= Date: Mon, 16 Aug 2021 22:45:42 +0800 Subject: [PATCH] chore: remove rimraf doc --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b8ee836e..2f7fc9b3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "prebuild": "rimraf docs/", "build": "typedoc", - "dev": "rimraf doc & yarn build --watch & serve docs/" + "dev": "yarn build --watch & yarn serve docs/" }, "devDependencies": { "rimraf": "^3.0.2", @@ -13,4 +13,4 @@ "typedoc": "^0.21.5", "typescript": "^4.3.5" } -} +} \ No newline at end of file