Skip to content

Commit 68185ec

Browse files
committed
fix(pnpm): allowed @nestjs/core and @swc/core to run scripts
1 parent f615461 commit 68185ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,11 @@
7272
],
7373
"coverageDirectory": "../coverage",
7474
"testEnvironment": "node"
75+
},
76+
"pnpm": {
77+
"onlyBuiltDependencies": [
78+
"@nestjs/core",
79+
"@swc/core"
80+
]
7581
}
7682
}

0 commit comments

Comments
 (0)