From 6a893e7a7576fd795f82d8125cf1cee804f766d4 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Thu, 14 Nov 2024 15:14:13 -0800 Subject: [PATCH] add typedoc command to npm scripts --- package.json | 1 + 1 file changed, 1 insertion(+) 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"