diff --git a/.changeset/pretty-knives-kick.md b/.changeset/pretty-knives-kick.md new file mode 100644 index 0000000..b0cac9d --- /dev/null +++ b/.changeset/pretty-knives-kick.md @@ -0,0 +1,5 @@ +--- +"cloudflared": minor +--- + +Don't fail package installation if binary can't be run diff --git a/package.json b/package.json index 2ef0d6a..71f40c9 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "docs": "typedoc ./src/lib.ts", "format": "prettier --write '**/*.{js,ts,jsx,tsx,json,yml,yaml,md,html}' --ignore-path .gitignore", "lint": "eslint .", - "postinstall": "node scripts/postinstall.mjs && node lib/cloudflared.js -v", + "postinstall": "node scripts/postinstall.mjs && node lib/cloudflared.js bin install latest", "changeset": "changeset" }, "keywords": [