test_4
Push to main / Reset-Version-Tag (push) Successful in 6s

This commit is contained in:
2026-05-18 10:33:41 -06:00
parent 6dce067802
commit 01d951e86e
+1 -7
View File
@@ -40,15 +40,9 @@ readdirSync(".")
encoding: "utf8",
});
console.log(
execSync(`ls`, {
encoding: "utf8",
}),
);
// Add module files to repo
await sendFile(modInitPath, new ArrayBuffer(0));
await sendFile(modPyPath, readFileSync(modPyPath).buffer);
await sendFile(modPyPath, readFileSync(`${modName}.mpy`).buffer);
// Update urls
packageJsonUrls.push([`${libName}/${modInitPath}`, modInitPath]);