Skip to content

Commit

Permalink
test9
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangnanscu committed Feb 21, 2024
1 parent 02d2648 commit 790bc0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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.9.0",
"version": "4.10.0",
"description": "An easy way to start a Vue project",
"type": "module",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/prepublish.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ try {
}
}

await $`git push origin HEAD:main`
await $`git push -f origin HEAD:main`

const projectRoot = path.resolve(__dirname, '../')
cd(projectRoot)
Expand Down

0 comments on commit 790bc0f

Please sign in to comment.