From dd0437d3293b5889febaf9e62d39d327511729e5 Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Thu, 2 Oct 2025 16:14:10 +0200 Subject: [PATCH] build(npm): Enable 'ignore-scripts' config JIRA: CPOUI5FOUNDATION-1127 --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index 93ec4f7..3eeeab4 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,4 @@ # Enforce public npm registry registry=https://registry.npmjs.org/ lockfile-version=3 +ignore-scripts=true