Skip to content

Commit

Permalink
fix(ci): build before releasing npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
dm4t2 committed Jun 13, 2022
1 parent c881bdd commit 1ae932c
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 @@ -17,6 +17,8 @@ jobs:
node-version: 'lts/*'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1ae932c

Please sign in to comment.