mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
8 lines
161 B
JSON
8 lines
161 B
JSON
{
|
|
"scripts": {
|
|
"test": "pnpm recursive 1 test --reporter append-only",
|
|
"build": "pnpm recursive run tsc",
|
|
"bootstrap": "pnpm recursive link"
|
|
}
|
|
}
|