Skip to content

Commit d10d51d

Browse files
committedNov 25, 2024
remove postinstall script from plugin-coinbase
1 parent 704c7d5 commit d10d51d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎packages/plugin-coinbase/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
},
1414
"scripts": {
1515
"build": "tsup --format esm --dts",
16-
"dev": "tsup --watch",
17-
"postinstall": "npx playwright install-deps && npx playwright install"
16+
"dev": "tsup --watch"
1817
},
1918
"peerDependencies": {
2019
"onnxruntime-node": "^1.20.0",

0 commit comments

Comments
 (0)