From db0faf28bfccf8b057cf94e4b4544d52194ba6e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20=C3=96brink?= Date: Fri, 15 Jan 2021 14:21:09 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Added=20build=20step=20(#?= =?UTF-8?q?38)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e5250e6..06f0b6ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}