Skip to content

Commit

Permalink
Use exit 0 instead of || true to make sure postinstall works on Windo…
Browse files Browse the repository at this point in the history
…ws (#1030)
  • Loading branch information
JoshuaSchmidt-OpenSea authored Jun 7, 2023
1 parent e523b62 commit 923218e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 141 deletions.
142 changes: 3 additions & 139 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensea-js",
"version": "6.0.3",
"version": "6.0.4",
"description": "JavaScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs and our marketplace data!",
"license": "MIT",
"author": "OpenSea Developers",
Expand All @@ -18,7 +18,7 @@
"src"
],
"scripts": {
"postinstall": "husky install || true",
"postinstall": "husky install || exit 0",
"prepare": "npm run build",
"build": "npm run abi-type-gen && tsc -p tsconfig.build.json && npm run bundle",
"bundle": "browserify lib/index.js -o lib/bundle.js",
Expand Down

0 comments on commit 923218e

Please sign in to comment.