From 8f09aa4f13ce20dfca5f812f5ef71374f80b3697 Mon Sep 17 00:00:00 2001 From: Abbe Keultjes Date: Wed, 17 Aug 2022 23:10:02 +0200 Subject: [PATCH] =?UTF-8?q?:bug:=20actually=20build=20the=20project=20in?= =?UTF-8?q?=20ci=20=F0=9F=A5=B2?= 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 513ab2aa..0c4d0d85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,8 @@ jobs: run: HUSKY=0 npm ci - name: Run tests run: npm test + - name: Build + run: npm run build - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}