From 180a31927c52cbd08cfc1e9b1b33ce2256cb7a7f Mon Sep 17 00:00:00 2001 From: Eric Mika Date: Sat, 14 Sep 2024 14:22:05 -0400 Subject: [PATCH] Roll back release build change. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a781ab..2dab2fb 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "lint": "shared-config --lint", "merge-ignores": "ksdiff --merge ./packages/eslint-config/.eslintignore ./packages/stylelint-config/.stylelintignore", "prepublishOnly": "pnpm run build", - "release": "bumpp -r --commit 'Release: %s' && pnpm run build && pnpm -r publish --otp $(op read 'op://Personal/Npmjs/one-time password?attribute=otp')" + "release": "bumpp -r --commit 'Release: %s' && pnpm -r publish --otp $(op read 'op://Personal/Npmjs/one-time password?attribute=otp')" }, "devDependencies": { "@kitschpatrol/cspell-config": "workspace:*",