From 2b7a42a5c4065fe9817e63f71d53d450525760fa Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Wed, 21 Aug 2024 21:17:34 -0700 Subject: [PATCH] build docs command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c9ab5d6..760f8f4 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"