From e91e8c26fad9e5447f493e3fcc72aba811f10024 Mon Sep 17 00:00:00 2001 From: mesqueeb Date: Tue, 4 Jun 2024 01:42:34 +0900 Subject: [PATCH] fix: release script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c89e9b2e..03b1d4ce 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 -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"