We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47f549 commit 77af7b0Copy full SHA for 77af7b0
package.json
@@ -89,6 +89,9 @@
89
"form-data@^3": "3.0.4",
90
"form-data@^4": "4.0.4",
91
"axios@1.9.0": ">=1.12.0"
92
- }
+ },
93
+ "onlyBuiltDependencies": [
94
+ "@prisma/client"
95
+ ]
96
}
97
pnpm-workspace.yaml
@@ -7,12 +7,6 @@ packages:
7
- "!packages/cli-v3/e2e/**"
8
9
minimumReleaseAge: 1440
10
-
11
-ignoreScripts: true
12
13
-allowedScripts:
14
- - "@prisma/client"
15
16
preferOffline: true
17
18
linkWorkspacePackages: false
0 commit comments