Skip to content

Commit 7c15f66

Browse files
committed
fix: remove publishConfig.directory from contracts to fix frozen-lockfile in CI
1 parent 78b61db commit 7c15f66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/contracts/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"viem": ">=2.0.0"
2828
},
2929
"publishConfig": {
30-
"access": "public",
31-
"directory": "packages/contracts"
30+
"access": "public"
3231
},
3332
"repository": {
3433
"type": "git",

0 commit comments

Comments
 (0)