Skip to content

Commit b7f4d4e

Browse files
committed
fix: fix engine versions
1 parent 0e65931 commit b7f4d4e

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,22 @@
66
"publishConfig": {
77
"access": "public"
88
},
9-
"scripts": {},
9+
"scripts": {
10+
"preinstall": "npx only-allow pnpm",
11+
"build": "turbo run build",
12+
"ci:publish": "turbo run build && changeset publish"
13+
},
1014
"dependencies": {
1115
"@types/node": "^20.17.0"
1216
},
1317
"devDependencies": {
1418
"@changesets/cli": "^2.27.9"
15-
}
19+
},
20+
"engines": {
21+
"node": ">=22",
22+
"pnpm": ">=9.0.5",
23+
"npm": "please-use-pnpm",
24+
"yarn": "please-use-pnpm"
25+
},
26+
"packageManager": "pnpm@9.0.5"
1627
}

0 commit comments

Comments
 (0)