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

This commit is contained in:
2026-05-18 11:03:43 -06:00
parent 726d111e71
commit 056bb0a75b
+5 -2
View File
@@ -54,8 +54,11 @@ readdirSync(".")
});
// Add package.json to repo
await sendFile(`package.json`, {
await sendFile(
`package.json`,
JSON.stringify({
urls: packageJsonUrls,
deps: [],
version: version,
});
}),
);