Skip to content

Commit 9cda937

Browse files
G4brymclaude
andauthored
fix: add missing publint script to package.json (G4brym#131)
* fix: add missing publint script to package.json The release workflow runs `pnpm --filter r2-explorer publint` but the package had no "publint" script defined, causing CI to fail with ERR_PNPM_RECURSIVE_RUN_NO_SCRIPT. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: add empty changeset Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 97041ea commit 9cda937

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.changeset/sharp-lizards-trade.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/worker/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"lint": "npx @biomejs/biome check src/ tests/ || (npx @biomejs/biome check --write src/ tests/; exit 1)",
1717
"test": "tsc && npx vitest run --config tests/vitest.config.mts",
1818
"package": "npm run build && npm pack",
19+
"publint": "publint",
1920
"publish-npm": "npm publish"
2021
},
2122
"publishConfig": {

0 commit comments

Comments
 (0)