From abc809c9fb645907db0c2862b6d04471f9702707 Mon Sep 17 00:00:00 2001 From: itsMapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Sun, 12 Mar 2023 15:08:57 -0500 Subject: [PATCH] always run typedoc before build --- packages/website/package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/website/package.json b/packages/website/package.json index 06e9c75..5221a56 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -10,9 +10,7 @@ "test": "node ./scripts/test.js", "test-dev": "run-p --race --print-label dev:* test-dev:*", "test-dev:cypress": "wait-on http-get://localhost:3000 && cypress open", - "build": "run-p --print-label --continue-on-error build:*", - "build:typedoc": "typedoc", - "build:astro": "astro build", + "build": "typedoc && astro build", "typecheck": "tsc --noEmit && tsc --project cypress/tsconfig.json --noEmit" }, "dependencies": {