Skip to content

Commit 42a1b62

Browse files
committed
Fix npm script
1 parent 1b1fe0d commit 42a1b62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: bun install --frozen-lockfile
3636

3737
- name: Build components
38-
run: bun run build.ts
38+
run: bun run build:components
3939

4040
- name: Setup Pages
4141
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)