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