always run typedoc before build

This commit is contained in:
itsMapleLeaf
2023-03-12 15:08:57 -05:00
parent d35659f6f6
commit abc809c9fb

View File

@@ -10,9 +10,7 @@
"test": "node ./scripts/test.js", "test": "node ./scripts/test.js",
"test-dev": "run-p --race --print-label dev:* test-dev:*", "test-dev": "run-p --race --print-label dev:* test-dev:*",
"test-dev:cypress": "wait-on http-get://localhost:3000 && cypress open", "test-dev:cypress": "wait-on http-get://localhost:3000 && cypress open",
"build": "run-p --print-label --continue-on-error build:*", "build": "typedoc && astro build",
"build:typedoc": "typedoc",
"build:astro": "astro build",
"typecheck": "tsc --noEmit && tsc --project cypress/tsconfig.json --noEmit" "typecheck": "tsc --noEmit && tsc --project cypress/tsconfig.json --noEmit"
}, },
"dependencies": { "dependencies": {