We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e65931 commit b7f4d4eCopy full SHA for b7f4d4e
package.json
@@ -6,11 +6,22 @@
6
"publishConfig": {
7
"access": "public"
8
},
9
- "scripts": {},
+ "scripts": {
10
+ "preinstall": "npx only-allow pnpm",
11
+ "build": "turbo run build",
12
+ "ci:publish": "turbo run build && changeset publish"
13
+ },
14
"dependencies": {
15
"@types/node": "^20.17.0"
16
17
"devDependencies": {
18
"@changesets/cli": "^2.27.9"
- }
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"
27
}
0 commit comments