Skip to content

Commit 505b024

Browse files
committed
add no-hoist
1 parent cb26dd9 commit 505b024

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
"workspaces": [
88
"packages/*"
99
],
10+
"nohoist": [
11+
"**/hardhat",
12+
"**/hardhat/**",
13+
"**/@typescript/native-preview",
14+
"**/@typescript/native-preview/**",
15+
"**/viem",
16+
"**/viem/**"
17+
],
1018
"scripts": {
1119
"build-contracts": "yarn workspace @eil-protocol/contracts build",
1220
"build-sdk": "yarn workspace @eil-protocol/sdk build",

0 commit comments

Comments
 (0)