Compare commits

...

1 Commits

Author SHA1 Message Date
Jarred Sumner
4c6fd0a47e Verify buildkite doesn't run on pushes to branches without PRs 2025-12-18 23:35:28 -08:00

View File

@@ -30,6 +30,9 @@ import {
writeFile,
} from "../scripts/utils.mjs";
console.log("TEST TEST TEST");
process.exit(1);
/**
* @typedef {"linux" | "darwin" | "windows" | "freebsd"} Os
* @typedef {"aarch64" | "x64"} Arch