fix: port ci and markdown cleanup from backlog

This commit is contained in:
Affaan Mustafa
2026-04-02 17:09:21 -07:00
parent 70be8f9f44
commit a60d5fbc00
10 changed files with 44 additions and 34 deletions

View File

@@ -38,9 +38,11 @@ function writeState(filePath, options) {
}
function runNode(scriptPath, args = [], options = {}) {
const homeDir = options.homeDir || process.env.HOME;
const env = {
...process.env,
HOME: options.homeDir || process.env.HOME,
HOME: homeDir,
USERPROFILE: homeDir,
};
try {