Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangnanscu committed Feb 21, 2024
1 parent c0097af commit a6df8ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-xodel",
"version": "4.13.0",
"version": "4.14.0",
"description": "An easy way to start a Vue project",
"type": "module",
"bin": {
Expand Down
1 change: 0 additions & 1 deletion scripts/prepublish.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env zx
import 'zx/globals'

await $`npm --no-git-tag-version version minor`
await $`pnpm build`
await $`pnpm snapshot`

Expand Down

0 comments on commit a6df8ad

Please sign in to comment.