From 6bc97a1b543ccf1dcca706cd004d6eef43ad7355 Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Thu, 2 Oct 2025 16:11:31 +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 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