Skip to content

Commit

Permalink
chore: try to fix npx usage again...
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jul 18, 2022
1 parent 390da75 commit 58a952f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
"release": "bumpp --commit --push --tag",
"test": "vitest",
"typecheck": "tsc --noEmit",
"prepare": "pnpm exec simple-git-hooks",
"postinstall": "patch-package"
"prepare": "pnpm exec simple-git-hooks && pnpm exec patch-package"
},
"dependencies": {
"@vue/compiler-sfc": "^2.7.7",
Expand Down

0 comments on commit 58a952f

Please sign in to comment.