Skip to content

Commit

Permalink
fix: workaround "patch-package: command not found" error on install
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed May 31, 2023
1 parent 205ca86 commit 29eb221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"changeset": "bin.js"
},
"scripts": {
"postinstall": "patch-package",
"postinstall": "npx patch-package",
"prepublishOnly": "cp node_modules/@changesets/cli/dist/cli.cjs.dev.js bin.js && sed -i '1s/^/#!\\/usr\\/bin\\/env node\\n\\n/' bin.js",
"update-patch": "npx patch-package @changesets/cli"
},
Expand Down

0 comments on commit 29eb221

Please sign in to comment.