Skip to content

Commit

Permalink
ci(changeset): add changeset tag in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Jul 15, 2024
1 parent 3b27182 commit 60bca15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/big-hairs-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
1 change: 1 addition & 0 deletions scripts/bump.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { fileURLToPath } from 'url';

execSync('npx changeset version', { stdio: 'inherit' });
execSync('pnpm install --no-frozen-lockfile', { stdio: 'inherit' });
execSync('npx changeset tag', { stdio: 'inherit' });

const __dirname = path.dirname(fileURLToPath(import.meta.url));

Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { PrimeVueResolver } from "@primevue/auto-import-resolver";
import TurboConsole from "unplugin-turbo-console/vite";
import UnoCSS from "unocss/vite";

// @ts-expect-error process is a nodejs global
const mobile = !!/android|ios/.exec(process.env.TAURI_ENV_PLATFORM);

// https://vitejs.dev/config/
Expand Down

0 comments on commit 60bca15

Please sign in to comment.