From b71c3ae6423ce982919ee6d5a17cb257a829636a Mon Sep 17 00:00:00 2001 From: Nanthakumaran S Date: Mon, 2 Jan 2023 12:26:16 +0530 Subject: [PATCH] fix: removed build from publish.yml --- .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 3be7b7d..d5247d4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: node-version: '16' registry-url: 'https://registry.npmjs.org' - name: Install dependencies and build 🔧 - run: npm ci && npm run build + run: npm ci - name: Publish package on NPM 📦 run: npm publish env: