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

This commit is contained in:
2026-05-18 11:07:37 -06:00
parent 056bb0a75b
commit 5f5983b35a
+3 -1
View File
@@ -50,9 +50,11 @@ readdirSync(".")
// Update urls
packageJsonUrls.push([`${libName}/${modInitPath}`, "__init__.mpy"]);
packageJsonUrls.push([`${libName}/${modPyPath}`, modPyPath]);
packageJsonUrls.push([`${libName}/${modName}/${modPyPath}`, modPyPath]);
});
console.log(packageJsonUrls);
// Add package.json to repo
await sendFile(
`package.json`,