From d5f9d5b8fc2c1d249cdaab67dde4f9e422a4b1a3 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Wed, 15 Apr 2026 21:04:03 -0600 Subject: [PATCH] chore: add .npmrc file to configure build script behavior - Created a new .npmrc file to set the ignore-build-scripts option to false, allowing build scripts to run during installation. --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..38e4d30 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +ignore-build-scripts=false