Skip to content

Commit 91c3e51

Browse files
committed
feat: patching arb-sdk in bridge-sdk node_modules
1 parent fd3c3ff commit 91c3e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/game7-bridge-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"watch": "tsc --watch",
1010
"test": "echo \"Error: no test specified\" && exit 1",
1111
"format": "prettier --write 'src/**/*.ts'",
12-
"postinstall": "node ./run-patch.js",
12+
"postinstall": "patch-package",
1313
"patch-arb": "npx patch-package @arbitrum/sdk"
1414
},
1515
"keywords": [

0 commit comments

Comments
 (0)