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 c3251b0 commit ef99687Copy full SHA for ef99687
package.json
@@ -4,14 +4,16 @@
4
"description": "Example command line tool.",
5
"type": "module",
6
"private": true,
7
- "packageManager": "pnpm@8.15.7",
+ "packageManager": "pnpm@9.4.0",
8
"engines": {
9
- "node": ">=18.11.0"
+ "node": ">=18.18.0"
10
},
11
"bin": {
12
"bin": "./bin.mjs"
13
14
"scripts": {
15
+ "ib": "pnpm i && pnpm build",
16
+ "ibt": "pnpm ib && pnpm test",
17
"build": "pnpm -r --stream --workspace-concurrency=2 run build",
18
"watch": "cd packages/perf-insight && pnpm run watch",
19
"build:readme": "pnpm build && pnpm build:readme:help && pnpm build:readme:example && pnpm build:readme:inject && prettier -w \"**/README.md\"",
0 commit comments