From 283fc82c1b30ca2f04a0ab3b1cf88f1a973442b7 Mon Sep 17 00:00:00 2001 From: pgilad Date: Mon, 3 Jun 2024 12:37:30 +0300 Subject: [PATCH] Fix delete script --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70f7f33..2f95128 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -132,7 +132,7 @@ jobs: node-version: ${{ env.DEFAULT_NODE_VERSION }} registry-url: 'https://registry.npmjs.org' - name: Disable prepare script (for husky) - run: npm set-script prepare "" + run: npm pkg delete scripts.prepare - name: Publish to NPM run: npm publish --access public --ignore-scripts env: