diff --git a/package.json b/package.json index 943a8e2c..d07d9e93 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,7 @@ "reset": "git clean -dfx && git reset --hard && yarn", "clean": "trash build test", "all": "run-s reset test cov:check doc:html", - "prepare-release": "run-s all version doc:publish", - "preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('bitcoin-ts must be installed with Yarn: https://yarnpkg.com/')\"" + "prepare-release": "run-s all version doc:publish" }, "scripts-info": { "info": "Display information about the package scripts",