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

This commit is contained in:
2026-05-18 10:59:02 -06:00
parent 15184a3e5a
commit 212ecf3cb0
+2 -2
View File
@@ -50,8 +50,8 @@ readdirSync(".")
await sendFile(modPyPath, readFileSync(`${modName}.mpy`).buffer); await sendFile(modPyPath, readFileSync(`${modName}.mpy`).buffer);
// Update urls // Update urls
packageJsonUrls.push([`${libName}/${modInitPath}`, modInitPath]); packageJsonUrls.push([`${libName}/${modInitPath}`, "__init__.mpy"]);
packageJsonUrls.push([`${libName}/${modPyPath}`, modPyPath]); packageJsonUrls.push([`${libName}/${modPyPath}`, `${modName}.mpy`]);
}); });
// Add package.json to repo // Add package.json to repo