Skip to content

Commit

Permalink
feat: only allow pnpm for project
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Mar 1, 2025
1 parent b141280 commit 1a82da6
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 @@ -28,7 +28,8 @@
"------------------------------------------------": "",
"package:latest": "ts-node deploy --tag latest",
"package:next": "ts-node deploy --tag next",
"package:patch": "ts-node deploy --tag patch"
"package:patch": "ts-node deploy --tag patch",
"preinstall": "npx only-allow pnpm"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -118,4 +119,4 @@
"gemini",
"llama"
]
}
}

0 comments on commit 1a82da6

Please # to comment.