Skip to content

Commit

Permalink
chore: fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionad-Morotar committed Dec 14, 2023
1 parent 3759fcf commit b88454b
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 @@ -21,7 +21,7 @@
"build:watch": "pnpm clean && pnpm check:types && vite build --watch",
"check:types": "vue-tsc --noEmit",
"prepare": "husky install",
"auto:publish": "git checkout dev | pnpm build | git branch -D release | git checkout -b release | git merge dev | npm version patch | pnpm publish | git push --set-upstream origin release | git checkout dev | git merge release | git push origin dev"
"auto:publish": "git checkout dev | pnpm build | git branch -D release | git checkout -b release | git merge dev | npm version patch | pnpm build | pnpm publish | git push --set-upstream origin release | git checkout dev | git merge release | git push origin dev"
},
"dependencies": {
"@vueuse/core": "^10.7.0",
Expand Down

0 comments on commit b88454b

Please sign in to comment.