Skip to content

Commit 9befdd9

Browse files
committed
Add docs build to core validation
1 parent 6576960 commit 9befdd9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"format:check": "oxfmt --check src/ test/",
2323
"check": "bun run lint && bun run format:check && bun x tsc --noEmit",
2424
"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",
25+
"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",
2627
"validate:web": "bun run build:web && bun run lint:web && bun run test:web",
2728
"validate:full": "bun run validate:core && bun run validate:web",
2829
"validate": "bun run validate:core",

0 commit comments

Comments
 (0)