We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b812f commit 1f7c96cCopy full SHA for 1f7c96c
.github/workflows/release.yml
@@ -29,6 +29,7 @@ jobs:
29
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
30
31
- run: pnpm i && cd packages/schema-org && pnpm build
32
+ - run: cd packages/vite && pnpm build
33
- run: cd ./playgrounds/nuxt3/ && pnpm install
34
35
- name: PNPM build
.github/workflows/test.yml
@@ -34,6 +34,7 @@ jobs:
cache: "pnpm"
36
37
38
39
40
- name: Build
0 commit comments