Make CSS contract use the test build

605ae332b7f3 · AtlantisPleb · · parent 7b8d87a71dc9

Make CSS contract use the test build

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

Not deployed through the forge lane

No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.

Changed files

  • modified assets/test/css_contract_test.mjs

Diff

1 file changed, +6 -1

assets/test/css_contract_test.mjs modified +6 -1

@@ -16,7 +16,12 @@ test("the compiled cascade preserves every governed button variant", () => {

16 16
    execFileSync(
17 17
      "mix",
18 18
      ["tailwind", "openagents", "--minify", `--output=${output}`],
19
      {cwd: projectDir, encoding: "utf8", stdio: "pipe"},
19
      {
20
        cwd: projectDir,
21
        encoding: "utf8",
22
        env: {...process.env, MIX_ENV: process.env.MIX_ENV ?? "test"},
23
        stdio: "pipe",
24
      },
20 25
    )
21 26
22 27
    const css = readFileSync(output, "utf8")

This page updates live while a promote is in flight · changelog