diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index 9a09da8..be764d5 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -17,8 +17,6 @@ jobs: with: node-version: '14.x' registry-url: 'https://registry.npmjs.org' - - name: Install dependencies and build 🔧 - run: npm ci && npm run build - name: Publish package on NPM 📦 run: npm publish env: