Skip to content

Commit 817353a

Browse files
VdustRclaude
andcommitted
Fix CI and Release workflow failures
- Add eslint as direct devDependency (pnpm strict mode doesn't hoist peer dependency binaries to node_modules/.bin on CI) - Add contents:write and pull-requests:write permissions to Release workflow (required after repo transfer to vp-tw org) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f80a0d9 commit 817353a

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66

77
concurrency: ${{ github.workflow }}-${{ github.ref }}
88

9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
913
jobs:
1014
release:
1115
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@
354354
"@vp-tw/tsconfig": "latest",
355355
"@vscode/vsce": "latest",
356356
"esbuild": "latest",
357+
"eslint": "^9.39.2",
357358
"eslint-config-prettier": "^10.1.8",
358359
"eslint-plugin-package-json": "^0.88.3",
359360
"typescript": "latest",

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)