Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pnpm run build
should only run turbo build
We apply `--filter` flags to the `pnpm build` command when running in CI. By introducing the second script via `&&` the filters aren't applied correctly. Using a `postbuild` should hopefully fix that.
- Loading branch information