Skip to content

Commit

Permalink
fix: 馃悰 Added build step (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanObrink committed Jan 15, 2021
1 parent ed8f8a7 commit db0faf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -18,6 +18,8 @@ jobs:
node-version: 14
- name: Install dependencies
run: yarn install --immutable --silent --non-interactive 2> >(grep -v warning 1>&2)
- name: Build
run: yarn build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit db0faf2

Please sign in to comment.