From e3e6441b44e0f864fff6f462eda475dd123cc0fe Mon Sep 17 00:00:00 2001 From: Ramona Hartinger <116057830+rH4rtinger@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:35:03 +0100 Subject: [PATCH] ci: added --ignore-scripts also to npm-publish --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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