Skip to content

Commit

Permalink
Merge pull request #573 from bmgalego/fix-plugin-coinbase-scripts
Browse files Browse the repository at this point in the history
fix: remove postinstall script from plugin-coinbase
  • Loading branch information
shakkernerd authored Nov 25, 2024
2 parents 12f9594 + d10d51d commit 1977d52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/plugin-coinbase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
},
"scripts": {
"build": "tsup --format esm --dts",
"dev": "tsup --watch",
"postinstall": "npx playwright install-deps && npx playwright install"
"dev": "tsup --watch"
},
"peerDependencies": {
"onnxruntime-node": "^1.20.0",
Expand Down

0 comments on commit 1977d52

Please sign in to comment.