From 6ef0453b616320674a45f8d48f20b0c0ff92a74e Mon Sep 17 00:00:00 2001 From: INeedJobToStartWork Date: Mon, 25 Nov 2024 22:09:18 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20=20Chore(oh-my-error):=20c?= =?UTF-8?q?hange=20publish=20process?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/oh-my-error/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/oh-my-error/package.json b/packages/oh-my-error/package.json index 43638c1..88a93da 100644 --- a/packages/oh-my-error/package.json +++ b/packages/oh-my-error/package.json @@ -39,6 +39,7 @@ "npm:prepack": "clean-package", "pre": "npx lint-staged", "pre:husky": "git add . && npx lint-staged", + "prepublishOnly": "pnpm build:npm", "start": "node ./dist/index.cjs", "test": "pnpm vitest" },