fix publish script

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-05-31 20:58:39 +02:00
parent f75fe498ba
commit b024e5d073

View File

@@ -155,7 +155,7 @@ function main() {
(acc, [depName, depVersion]) => {
const dep = packages[depName];
if (!dep) {
return acc;
return { ...acc, [depName]: depVersion };
}
return {