From e60fb42e3ebabb0f6ec10c5f509519abb9a411b1 Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Tue, 13 Sep 2022 10:29:22 +0530 Subject: [PATCH] chore: cmon github --- .github/workflows/continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 49f8fe0..5eff520 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -24,7 +24,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