Skip to content

Commit 932bf0e

Browse files
committed
fix: add build step to github action
1 parent 05405ef commit 932bf0e

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
@@ -18,6 +18,8 @@ jobs:
1818
node-version: 'lts/*'
1919
- name: Install dependencies
2020
run: yarn
21+
- name: Build
22+
run: yarn build
2123
- name: Release
2224
env:
2325
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)