Skip to content

Commit eb8be19

Browse files
committed
fix: fix broken release build
Changes: - Update release.yml to run build step before starting release step
1 parent c487acb commit eb8be19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
node-version: 'lts/*'
2020
- name: Install dependencies
2121
run: npm ci
22+
- name: Build
23+
run: npm run build
2224
- name: Release
2325
env:
2426
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)