We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c963ea1 commit 175c3fbCopy full SHA for 175c3fb
packages/@apphosting/common/src/index.spec.ts
@@ -26,7 +26,6 @@ describe("get a set of build options", () => {
26
process.env.GOOGLE_BUILDABLE = "/workspace/apps/web";
27
process.env.MONOREPO_PROJECT = "web";
28
29
- // Assert that the returned options are correct
30
const expectedOptions = {
31
buildCommand: "turbo",
32
buildArgs: ["run", "build", "--filter=web", "--env-mode=strict"],
0 commit comments