From 9ad229b1724d5a3c5c588cf1a0ffbabf9ee92ca9 Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Thu, 2 Oct 2025 16:49:51 +0200 Subject: [PATCH] [INTERNAL] npm: Enable 'ignore-scripts' config JIRA: CPOUI5FOUNDATION-1127 (cherry picked from commit a0307d91417f5c4c85f9f644b388c796084af602) --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index 93ec4f76..3eeeab4e 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,4 @@ # Enforce public npm registry registry=https://registry.npmjs.org/ lockfile-version=3 +ignore-scripts=true