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 cb26dd9 commit 505b024Copy full SHA for 505b024
package.json
@@ -7,6 +7,14 @@
7
"workspaces": [
8
"packages/*"
9
],
10
+ "nohoist": [
11
+ "**/hardhat",
12
+ "**/hardhat/**",
13
+ "**/@typescript/native-preview",
14
+ "**/@typescript/native-preview/**",
15
+ "**/viem",
16
+ "**/viem/**"
17
+ ],
18
"scripts": {
19
"build-contracts": "yarn workspace @eil-protocol/contracts build",
20
"build-sdk": "yarn workspace @eil-protocol/sdk build",
0 commit comments