Skip to content

Commit 1977d52

Browse files
authored
Merge pull request #573 from bmgalego/fix-plugin-coinbase-scripts
fix: remove postinstall script from plugin-coinbase
2 parents 12f9594 + d10d51d commit 1977d52

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)