From e6c5c8ca694dce291da128b423deec4b7d3de812 Mon Sep 17 00:00:00 2001 From: productdevbook Date: Tue, 29 Apr 2025 07:25:33 +0300 Subject: [PATCH] fix: update release script to use pnpm for publishing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b137690..100e2a9 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", - "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags", + "release": "npm run lint && npm run test && npm run prepack && changelogen --release && pnpm publish --no-git-checks --access public && git push --follow-tags", "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "vitest run",