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.
This commit is contained in:
Mauricio Siu
2026-04-15 21:04:03 -06:00
parent 52b6c8d735
commit d5f9d5b8fc

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
ignore-build-scripts=false