Skip to content

Commit

Permalink
Merge pull request #317 from vim-jp-radio/feature/only-pnpm
Browse files Browse the repository at this point in the history
feat(package.json): only allow pnpm
  • Loading branch information
ryoppippi authored Sep 23, 2024
2 parents ad4d4a9 + 63dfc20 commit 8932398
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"lint": "eslint --cache .",
"lint:renovate": "renovate-config-validator",
"format": "npm run lint -- --fix",
"prepare": "git config --local core.hooksPath .githooks || echo 'Can not set git hooks'"
"prepare": "git config --local core.hooksPath .githooks || echo 'Can not set git hooks'",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@unocss/reset": "^0.62.3"
Expand Down

0 comments on commit 8932398

Please sign in to comment.