From 0ee5f3b669250ad4f4fb522c9a42ef2be6f1cc3e Mon Sep 17 00:00:00 2001 From: mesqueeb <mesqueeb@users.noreply.github.com> Date: Tue, 18 Jun 2024 10:59:03 +0900 Subject: [PATCH] chore: try bump for package-lock --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79d66ee8..e5187f59 100644 --- a/package.json +++ b/package.json @@ -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"