From d0d34dc136102dd5933e721977d6cfba9d4efe58 Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Thu, 2 Oct 2025 14:32:26 +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 93ec4f76ba6..3eeeab4e326 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,4 @@ # Enforce public npm registry registry=https://registry.npmjs.org/ lockfile-version=3 +ignore-scripts=true