diff --git a/package.json b/package.json index 49ca8268..a4005ec9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "license": "MIT", "scripts": { - "build": "typedoc" + "build": "typedoc", + "watch": "yarn build --watch" }, "devDependencies": { "typedoc": "^0.21.5",