Skip to content

Commit f57e0b6

Browse files
committed
fix: bundle before typecheck
1 parent a2bedfd commit f57e0b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"docs:generate": "node ./scripts/generate-toc.mjs",
2222
"refresh": "./scripts/refresh-data.sh",
2323
"lint": "biome check --fix .",
24-
"build": "node ./scripts/generate-ajv-validator.js && tsc -b tsconfig.json && pnpm -r --workspace-concurrency=4 run bundle",
24+
"build": "node ./scripts/generate-ajv-validator.js && pnpm -r --workspace-concurrency=4 run bundle && tsc -b tsconfig.json",
2525
"build:docs": "pnpm --filter @nahkies/openapi-code-generator-documentation build",
2626
"build:watch": "tsc -b tsconfig.json -w",
2727
"test": "jest",

0 commit comments

Comments
 (0)