mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 03:26:36 +03:00
10 lines
268 B
JSON
10 lines
268 B
JSON
{
|
|
"name": "@gitbutler/crates",
|
|
"description": "Required for Vercel / pnpm-workspace CI",
|
|
"scripts": {
|
|
"build:desktop": "pnpm --workspace-root build:desktop",
|
|
"dev:internal-tauri": "pnpm --workspace-root dev:internal-tauri"
|
|
},
|
|
"packageManager": "pnpm@9.5.0"
|
|
}
|