- Enables pnpm install at workspace root - Marks root as private, not for publishing - Fixes Forgejo Actions workflow failures
11 lines
217 B
JSON
11 lines
217 B
JSON
{
|
|
"name": "workspace-root",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Workspace root for managing multiple packages",
|
|
"_": {
|
|
"registry": "none",
|
|
"publish": false,
|
|
"build": false
|
|
}
|
|
}
|