fix: 🐛 Added build step (#38)

This commit is contained in:
Johan Öbrink 2021-01-15 14:21:09 +01:00 committed by GitHub
parent ed8f8a7f5c
commit db0faf28bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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 }}