We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1fe0d commit 42a1b62Copy full SHA for 42a1b62
1 file changed
.github/workflows/deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
run: bun install --frozen-lockfile
36
37
- name: Build components
38
- run: bun run build.ts
+ run: bun run build:components
39
40
- name: Setup Pages
41
uses: actions/configure-pages@v4
0 commit comments