Skip to content

Commit

Permalink
fix: use npm for postinstall (#802)
Browse files Browse the repository at this point in the history
fix: use npm for postinstall
  • Loading branch information
domoritz authored Nov 26, 2021
1 parent 635f5cb commit f5e1a85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"files": [
"src",
"build",
"build-es5"
"build-es5",
"patches"
],
"devDependencies": {
"@auto-it/conventional-commits": "^10.32.3",
Expand Down Expand Up @@ -95,6 +96,6 @@
"format": "yarn eslintbase --fix && yarn prettierbase --write",
"lint": "yarn eslintbase && yarn prettierbase --check",
"release": "yarn build && auto shipit",
"postinstall": "patch-package"
"postinstall": "npx patch-package"
}
}

0 comments on commit f5e1a85

Please sign in to comment.