pnpm workspace allow build scripts
This commit is contained in:
parent
efca4687ca
commit
5f874cf2a2
1 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
allowBuilds:
|
||||
'@prisma/client': set this to true or false
|
||||
'@prisma/engines': set this to true or false
|
||||
esbuild: set this to true or false
|
||||
prisma: set this to true or false
|
||||
sharp: set this to true or false
|
||||
unrs-resolver: set this to true or false
|
||||
'@prisma/client': true
|
||||
'@prisma/engines': true
|
||||
esbuild: true
|
||||
prisma: true
|
||||
sharp: true
|
||||
unrs-resolver: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue