Skip to content

Commit 012cc60

Browse files
committed
Don't run binary on package install
1 parent 5511898 commit 012cc60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"docs": "typedoc ./src/lib.ts",
1313
"format": "prettier --write '**/*.{js,ts,jsx,tsx,json,yml,yaml,md,html}' --ignore-path .gitignore",
1414
"lint": "eslint .",
15-
"postinstall": "node scripts/postinstall.mjs && node lib/cloudflared.js -v",
15+
"postinstall": "node scripts/postinstall.mjs && node lib/cloudflared.js bin install latest",
1616
"changeset": "changeset"
1717
},
1818
"keywords": [

0 commit comments

Comments
 (0)