From 3396d5cebe3454229c62f36b69e7a6129c400e9d Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 13 Nov 2024 12:22:46 +0100 Subject: [PATCH] ci: run vite build to test playground (#2624) --- .github/workflows/ci-v3.yml | 3 +++ package.json | 1 + 2 files changed, 4 insertions(+) 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": {