Skip to content

Commit

Permalink
fix: release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Jun 3, 2024
1 parent 9c818b0 commit e91e8c2
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 @@ -32,7 +32,7 @@
"test:plugin-vue3": "npm run -w=@magnetarjs/plugin-vue3 test",
"prettier:run": "prettier --write \"packages/*/src/**/*.{vue,ts}\" && prettier --write \"docs/**/*.{vue,ts,md}\"",
"lint": "eslint",
"release": "npm run lint && npm run typecheck && npm run build && bumpp package.json packages/*/package.json --commit --push --tag && npm -r publish --access public"
"release": "npm run lint && npm run typecheck && npm run build && bumpp package.json packages/*/package.json --commit --push --tag && npm exec --workspaces -- npm publish --access public"
},
"overrides": {
"chart.js": "^4.4.3"
Expand Down

0 comments on commit e91e8c2

Please sign in to comment.