diff --git a/.github/workflows/ci-v3.yml b/.github/workflows/ci-v3.yml index cea46b4a..728a1ad4 100644 --- a/.github/workflows/ci-v3.yml +++ b/.github/workflows/ci-v3.yml @@ -61,5 +61,8 @@ jobs: - name: Build run: pnpm run build + - name: Build vue fixture + run: pnpm run test:vue:build + - name: Publish run: pnpx pkg-pr-new publish --compact --no-template --pnpm diff --git a/package.json b/package.json index 922f797d..1fe6a128 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,7 @@ "typecheck": "vue-tsc --noEmit && nuxi typecheck playground && nuxi typecheck docs && nuxi typecheck devtools && cd playground-vue && vue-tsc --noEmit", "test": "vitest", "test:vue": "vitest -c vitest.vue.config.ts", + "test:vue:build": "vite build playground-vue", "release": "release-it --preRelease=alpha --npm.tag=next" }, "dependencies": {