Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix sass async worker patch causing successful builds to fail (#…
…18260) The sass async worker patch seems to cause successful builds to fail. This is because the `@bazel/worker` package expects the Promise to resolve with a boolean (`true` = good, `false` failing build).
- Loading branch information