Skip to content

Commit 66368a3

Browse files
DavertMikclaude
andcommitted
fix: install dependencies before npm publish
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 48efab6 commit 66368a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-beta.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
node-version: 22
2424
registry-url: 'https://registry.npmjs.org'
2525

26+
- run: npm install
2627
- run: npm install -g npm@latest
2728

2829
- name: Set package version

0 commit comments

Comments
 (0)