Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.

Commit f82b0c9

Browse files
authored
fix: v1.8.2 doesn't contain moveable v0.17.6
Fixes #140
1 parent 966485a commit f82b0c9

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
@@ -24,6 +24,8 @@ jobs:
2424
run: npm ci
2525
- name: Test
2626
run: npm run test --if-present
27+
- name: Build
28+
run: npm run build:lib --if-present
2729
- name: Release
2830
env:
2931
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)