Skip to content

Commit 4a374d4

Browse files
Zerytherclaude
andcommitted
chore: remove canary dist-tag script
npm OIDC trusted publishing only supports `publish`, not `dist-tag` operations. Since npm granular tokens now require a 90-day expiry, remove the canary tag script rather than maintaining a rotating token. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1df0397 commit 4a374d4

2 files changed

Lines changed: 1 addition & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"build": "turbo run build",
1414
"build:no-cache": "turbo run build --force",
15-
"ci:publish": "changeset publish && node scripts/update-canary-tags.mjs",
15+
"ci:publish": "changeset publish",
1616
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
1717
"clean": "turbo run clean",
1818
"dev": "turbo run dev",

scripts/update-canary-tags.mjs

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)