diff --git a/package.json b/package.json index ea8672c..2d77de6 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ }, "scripts": { "build": "tsc", + "build:docs": "npx typedoc", "lint": "prettier --check \"src/**/*.ts\"", "prepare": "yarn build", "test": "jest"