t3code-0.0.33:
└─ Failed in 589ms at /build/source
[ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL] @t3tools/monorepo@ build:desktop: `vp run --filter @t3tools/desktop --fil …
t3code-0.0.33:
└─ Failed in 589ms at /build/source
[ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL] @t3tools/monorepo@ build:desktop: `vp run --filter @t3tools/desktop --filter t3 build`
Command failed with signal "SIGABRT"
/nix/store/ish6fdg73grk4zprx2x1fnc6pqkhns72-pnpm-build-hook/nix-support/setup-hook: line 3: 2811 Aborted (core dumped) pnpm run "${pnpmWorkspacesArray[@]/#/--filter=}" "${pnpmBuildScript:-build}" "${pnpmBuildFlagsArray[@]}"
ERROR: 'pnpm run build:desktop' failed
Here are a few things you can try, depending on the error:
1. Make sure your build script (build:desktop) exists
If there isnt one, set `dontPnpmBuild = true`.
|