Skip to content

Commit

Permalink
chore: remove build step in release
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Dec 14, 2024
1 parent d4756c6 commit 095d850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "pnpm run build:sourcemaps && pnpm run typecheck && vitest run && pnpm run ui-tests:run",
"test:coverage": "pnpm run build:sourcemaps && vitest run --coverage",
"test:dev": "vitest",
"release": "pnpm run lint && pnpm run test && pnpm run typecheck && pnpm run build && bumpp -r && git push --follow-tags",
"release": "pnpm run lint && pnpm run test && pnpm run typecheck && bumpp -r && git push --follow-tags",
"npm:publish": "zx ./scripts/publish.mjs",
"play:vue3": "cd playground/vue3 && pnpm run dev",
"play:nuxt": "cd playground/nuxt && pnpm run dev",
Expand Down

0 comments on commit 095d850

Please sign in to comment.