Skip to content

Commit

Permalink
chore: enforce pnpm usage (saicaca#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
L4Ph authored Dec 1, 2024
1 parent ff9e820 commit 87e83fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
manage-package-manager-versions = true
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"type-check": "tsc --noEmit --isolatedDeclarations",
"new-post": "node scripts/new-post.js",
"format": "biome format --write ./src",
"lint": "biome check --apply ./src"
"lint": "biome check --apply ./src",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
Expand Down Expand Up @@ -65,5 +66,5 @@
"@types/mdast": "^4.0.4",
"@types/sanitize-html": "^2.13.0"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
"packageManager": "pnpm@9.14.4"
}

0 comments on commit 87e83fc

Please sign in to comment.