From 597fe906fe0d9ca1f5662a73e2112b03cfc53ded Mon Sep 17 00:00:00 2001 From: Alexandros Katechis Date: Sat, 5 Feb 2022 01:26:47 -0500 Subject: [PATCH] fix: build package before publishing --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10e89232..8fed6e28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,8 @@ jobs: node-version: 16 - name: Install deps run: yarn install + - name: Build package + run: yarn build release: needs: build