From aa398a871c2d6fc5720c053286bd8e931870eb52 Mon Sep 17 00:00:00 2001 From: Evo <85353424+EvolutionX-10@users.noreply.github.com> Date: Fri, 16 Sep 2022 12:16:22 +0530 Subject: [PATCH] chore: i hate you github --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3c1bcd5..8f1fb60 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Install Node.js dependencies - run: npm i + run: npm i && npm run build - name: Link Project run: npm link