fix(ci): remove pnpm-workspace.yaml and add .npmrc for proper pnpm configuration

This commit is contained in:
Lorenzo Iovino 2026-01-08 16:50:08 +01:00
parent 7cf2e858a2
commit da4a7d0792
2 changed files with 5 additions and 3 deletions

5
.npmrc Normal file
View file

@ -0,0 +1,5 @@
# Build dependencies configuration
ignored-built-dependencies=esbuild,sharp
# Use frozen lockfile by default
frozen-lockfile=true

View file

@ -1,3 +0,0 @@
ignoredBuiltDependencies:
- esbuild
- sharp