Skip to content

Commit

Permalink
feat(package.json): only allow pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Sep 23, 2024
1 parent c028003 commit 4a3acab
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 4a3acab

Please sign in to comment.