Skip to content

Commit 8efde5f

Browse files
committed
fix: build process for CIs
1 parent 211c089 commit 8efde5f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs:
2020
bun-version: latest
2121

2222
- run: bun install --frozen-lockfile
23-
- run: bun run build
24-
- run: bun install
25-
working-directory: examples
23+
- run: bun run build && bun install
2624
- run: bun eslint
2725
#- run: bun test
2826
- run: bun tsc

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build]
2-
command = "bunx typedoc"
2+
command = "bun run build && bun install && bunx typedoc"
33
publish = "docs"

0 commit comments

Comments
 (0)