Skip to content

Commit 90d1bda

Browse files
committed
chore: update package.json scripts to use 'pnpm m' for monorepo commands
1 parent 71737b5 commit 90d1bda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@
3232
"build:pkgs": "pnpm -F \"./.pkgs/*\" run build",
3333
"build:website": "pnpm run update:website && pnpm -F \"./apps/website\" run build",
3434
"format:check": "dprint check",
35-
"format:package-json": "pnpm --parallel -r exec sort-package-json -q package.json && dprint fmt",
35+
"format:package-json": "pnpm m run exec sort-package-json -q package.json && dprint fmt",
3636
"format:write": "dprint fmt",
3737
"inspect:deps": "skott -e .ts",
3838
"inspect:eslint-config": "eslint-config-inspector",
3939
"lint": "pnpm run lint:deps && pnpm run lint:publish && pnpm run lint:type && concurrently \"pnpm run lint:ts\" \"pnpm run lint:examples\" \"pnpm run lint:website\"",
4040
"lint:deps": "skott -m file-tree -e .ts -s",
41-
"lint:examples": "pnpm -r -F \"./examples/*\" run --parallel lint",
41+
"lint:examples": "pnpm m -F \"./examples/*\" run --parallel lint",
4242
"lint:monorepo": "sherif",
43-
"lint:publish": "pnpm -r run --parallel lint:publish",
43+
"lint:publish": "pnpm m run lint:publish",
4444
"lint:spell": "cspell lint --relative --no-progress \"**\"",
4545
"lint:ts": "eslint . --max-warnings 100",
46-
"lint:type": "pnpm -r run --parallel lint:type",
46+
"lint:type": "pnpm m run lint:type",
4747
"lint:website": "pnpm -F \"./apps/website\" run lint",
4848
"prepare": "lefthook install && pnpm run build && pnpm run update:website",
4949
"test": "vitest run --logHeapUsage",

0 commit comments

Comments
 (0)