Skip to content

Commit

Permalink
Roll back release build change.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitschpatrol committed Sep 14, 2024
1 parent 7f5dc53 commit 180a319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down

0 comments on commit 180a319

Please sign in to comment.