From 32c024cccb1321bb48f79e79ed719abf7db02a2f Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sat, 8 Oct 2022 22:02:50 +0200 Subject: [PATCH] chore: add typedocs script to root --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7de9f927..47fe6742 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "release": "turbo run release", "build": "turbo run build", "test": "turbo run test", - "lint": "turbo run lint" + "lint": "turbo run lint", + "typedocs": "pnpm --dir docs typedocs" }, "devDependencies": { "@antfu/eslint-config": "^0.27.0",