Skip to content

Commit

Permalink
chore: try bump for package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Jun 18, 2024
1 parent e806d8f commit 0ee5f3b
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 exec --workspaces -- npm publish --access public"
"release": "npm run lint && npm run typecheck && npm run build && bumpp package-lock.json 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 0ee5f3b

Please sign in to comment.