Skip to content

Commit 3b086b3

Browse files
authored
fix: jsr publish workflow doesn't create node_modules
1 parent 93390a2 commit 3b086b3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/jsr-publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,12 @@ jobs:
1212
id-token: write
1313
steps:
1414
- uses: actions/checkout@v4
15+
16+
- name: Generate node_modules
17+
working-directory: ./api
18+
run: |
19+
npm i
20+
git checkout -- ./package-lock.json
21+
1522
- name: Publish package
1623
run: npx jsr publish --allow-slow-types

0 commit comments

Comments
 (0)