Skip to content

Commit 1f7c96c

Browse files
committed
chore: build the vite package
1 parent e6b812f commit 1f7c96c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
3030

3131
- run: pnpm i && cd packages/schema-org && pnpm build
32+
- run: cd packages/vite && pnpm build
3233
- run: cd ./playgrounds/nuxt3/ && pnpm install
3334

3435
- name: PNPM build

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
cache: "pnpm"
3535

3636
- run: pnpm i && cd packages/schema-org && pnpm build
37+
- run: cd packages/vite && pnpm build
3738
- run: cd ./playgrounds/nuxt3/ && pnpm install
3839

3940
- name: Build

0 commit comments

Comments
 (0)