We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2bedfd commit f57e0b6Copy full SHA for f57e0b6
1 file changed
package.json
@@ -21,7 +21,7 @@
21
"docs:generate": "node ./scripts/generate-toc.mjs",
22
"refresh": "./scripts/refresh-data.sh",
23
"lint": "biome check --fix .",
24
- "build": "node ./scripts/generate-ajv-validator.js && tsc -b tsconfig.json && pnpm -r --workspace-concurrency=4 run bundle",
+ "build": "node ./scripts/generate-ajv-validator.js && pnpm -r --workspace-concurrency=4 run bundle && tsc -b tsconfig.json",
25
"build:docs": "pnpm --filter @nahkies/openapi-code-generator-documentation build",
26
"build:watch": "tsc -b tsconfig.json -w",
27
"test": "jest",
0 commit comments