From fb625fd09dda1ca9a0bda28fdda7919b18953cea Mon Sep 17 00:00:00 2001 From: sfxcode Date: Fri, 11 Oct 2024 07:16:55 +0200 Subject: [PATCH] chore(release): prepare new version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b49151d..b0121d6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test:unit": "vitest --run --reporter verbose", "test:coverage": "vitest run --coverage", "postinstall": "nuxt prepare", - "release": "npm run lint && npm run build && changelogen --patch --release && npm publish --access public && git push --follow-tags" + "release": "npm run lint && npm run build && changelogen --patch --release && git push --follow-tags" }, "devDependencies": { "@antfu/eslint-config": "3.6.0",