Skip to content

Commit

Permalink
fix: add build script for lib
Browse files Browse the repository at this point in the history
  • Loading branch information
teramotodaiki authored Nov 15, 2019
1 parent 7e4f15b commit 885d795
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
${{ runner.os }}-node-:
- name: npm it
run: npm it
- name: build
run: npm run build:lib
- name: release package
run: npm run semantic-release
env:
Expand Down

0 comments on commit 885d795

Please sign in to comment.