Skip to content

Commit ef99687

Browse files
committed
chore: Update pnpm to 9
1 parent c3251b0 commit ef99687

File tree

2 files changed

+2918
-2316
lines changed

2 files changed

+2918
-2316
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
"description": "Example command line tool.",
55
"type": "module",
66
"private": true,
7-
"packageManager": "pnpm@8.15.7",
7+
"packageManager": "pnpm@9.4.0",
88
"engines": {
9-
"node": ">=18.11.0"
9+
"node": ">=18.18.0"
1010
},
1111
"bin": {
1212
"bin": "./bin.mjs"
1313
},
1414
"scripts": {
15+
"ib": "pnpm i && pnpm build",
16+
"ibt": "pnpm ib && pnpm test",
1517
"build": "pnpm -r --stream --workspace-concurrency=2 run build",
1618
"watch": "cd packages/perf-insight && pnpm run watch",
1719
"build:readme": "pnpm build && pnpm build:readme:help && pnpm build:readme:example && pnpm build:readme:inject && prettier -w \"**/README.md\"",

0 commit comments

Comments
 (0)