Compare commits

...

1 Commits

Author SHA1 Message Date
pax-k
3a8dd5f48e chore: test build script 2024-12-16 21:54:02 +02:00

View File

@@ -29,7 +29,7 @@ if (
process.exit(1); // Continue with the build
} else {
console.log(`🛑 Skipping build for ${currentAppName} on "docs" branch.`);
process.exit(0); // Skip the build
process.exit(0); // Skip the build.
}
}