chore: allow pnpm builds for sharp and unrs-resolver
Add allowBuilds configuration for sharp and unrs-resolver packages to permit their postinstall scripts to run, and ignore the local .pnpm-store directory.
This commit is contained in:
@@ -42,3 +42,5 @@ archives/
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
.pnpm-store/
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
allowBuilds:
|
||||
sharp: true
|
||||
unrs-resolver: true
|
||||
ignoredBuiltDependencies:
|
||||
- sharp
|
||||
- unrs-resolver
|
||||
|
||||
Reference in New Issue
Block a user