diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index e7556b4..c3cb48f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -21,7 +21,7 @@ jobs: node-version: 20 registry-url: https://registry.npmjs.org/ - name: Update npm - run: npm install -g npm@latest + run: npm install -g --ignore-scripts npm@latest - run: npm -v - run: npm ci --ignore-scripts - run: npm run compile