We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6576960 commit 9befdd9Copy full SHA for 9befdd9
1 file changed
package.json
@@ -22,7 +22,8 @@
22
"format:check": "oxfmt --check src/ test/",
23
"check": "bun run lint && bun run format:check && bun x tsc --noEmit",
24
"lint:web": "cd web && bun run lint",
25
- "validate:core": "bun run lint && bun run format:check && bun run build:ts && bun run build:worker && bun run test:unit",
+ "docs:build": "cd docs && bun run build",
26
+ "validate:core": "bun run lint && bun run format:check && bun run build:ts && bun run build:worker && bun run docs:build && bun run test:unit",
27
"validate:web": "bun run build:web && bun run lint:web && bun run test:web",
28
"validate:full": "bun run validate:core && bun run validate:web",
29
"validate": "bun run validate:core",
0 commit comments