Skip to content

Commit 62ccff1

Browse files
authored
feat: fix release build (hopefully) (#150)
1 parent 6926c3a commit 62ccff1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
node-version: 20
2121
cache: 'npm'
22+
- run: npm i -D patch-package
2223
- run: npm ci
2324
- run: npm run generate
2425
- run: npm run lint

0 commit comments

Comments
 (0)