From 50b60daf54a140f4fc200bef28a9366bd69fdff5 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 9 May 2024 19:30:50 +0300 Subject: [PATCH] Pipe/v0.0.3 --- .github/workflows/NPM.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 8a0b5e8..db436be 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -37,7 +37,6 @@ jobs: continue-on-error: true working-directory: . run: | - npm install --include prod dev optional peer --legacy-peer-deps - npm publish --legacy-peer-deps --provenance + npm publish --legacy-peer-deps --provenance --ignore-scripts env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}