Skip to content

Commit 923218e

Browse files
Use exit 0 instead of || true to make sure postinstall works on Windows (#1030)
1 parent e523b62 commit 923218e

2 files changed

Lines changed: 5 additions & 141 deletions

File tree

package-lock.json

Lines changed: 3 additions & 139 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensea-js",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"description": "JavaScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs and our marketplace data!",
55
"license": "MIT",
66
"author": "OpenSea Developers",
@@ -18,7 +18,7 @@
1818
"src"
1919
],
2020
"scripts": {
21-
"postinstall": "husky install || true",
21+
"postinstall": "husky install || exit 0",
2222
"prepare": "npm run build",
2323
"build": "npm run abi-type-gen && tsc -p tsconfig.build.json && npm run bundle",
2424
"bundle": "browserify lib/index.js -o lib/bundle.js",

0 commit comments

Comments
 (0)