Skip to content

Commit 1ae932c

Browse files
committed
fix(ci): build before releasing npm package
1 parent c881bdd commit 1ae932c

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
@@ -17,6 +17,8 @@ jobs:
1717
node-version: 'lts/*'
1818
- name: Install dependencies
1919
run: yarn install --frozen-lockfile
20+
- name: Build
21+
run: yarn build
2022
- name: Release
2123
env:
2224
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)