mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-28 00:40:38 -05:00
7 lines
145 B
JSON
7 lines
145 B
JSON
{
|
|
"scripts": {
|
|
"test": "pnpm recursive test --reporter append-only --workspace-concurrency 1",
|
|
"build": "pnpm recursive run tsc"
|
|
}
|
|
}
|