Skip to content

Commit

Permalink
Merge pull request #3 from jlozovei/fix/build
Browse files Browse the repository at this point in the history
fix(build): Build code on CI before publishing
  • Loading branch information
jlozovei authored Apr 2, 2020
2 parents e36feda + 70725c8 commit 6a2d434
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 @@ -31,6 +31,8 @@ jobs:
node-version: 12
- name: Install dependencies
run: npm install
- name: Build
run: npm build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 6a2d434

Please sign in to comment.