Skip to content

Commit

Permalink
chore: force pnpm for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
flozero committed Aug 30, 2024
1 parent 99c1b5c commit 1f57eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"scripts": {
"build": "tsc && vite build",
"release": "pnpm prepack && changelogen --release --output ../../CHANGELOG.md && npm publish --no-git-checks --access public && git push --follow-tags",
"release": "pnpm prepack && changelogen --release --output ../../CHANGELOG.md && pnpm publish --no-git-checks --access public && git push --follow-tags",
"npm-auth-check": "[[ $(npm_config_registry=https://registry.npmjs.org npm whoami) = \"busbud-dev\" ]] && echo \"NPM Authentication ✅\"",
"prepack": "pnpm build",
"test:ci": "CI=true pnpm test:unit",
Expand Down

0 comments on commit 1f57eec

Please sign in to comment.