Skip to content

Commit 05260d6

Browse files
committed
Fix publish script npm install step
1 parent 2475d8a commit 05260d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ jobs:
5757
node-version: 'v22.20.0'
5858
registry-url: 'https://registry.npmjs.org'
5959
cache: 'npm'
60+
cache-dependency-path: 'package.json'
6061

61-
- run: npm ci
62+
- run: npm install
63+
- run: npm run build
6264

6365
- name: Verify tag matches package.json version
6466
run: |

0 commit comments

Comments
 (0)