log succesfull validation

This commit is contained in:
Mads Rasmussen
2024-02-12 21:23:47 +01:00
parent cb01824045
commit 539a5f8b40

View File

@@ -18,6 +18,8 @@ const validateExports = async () => {
if (errors.length > 0) {
throw new Error(errors.join('\n'));
} else {
console.log('--- Exports validated successfully. ---');
}
};