ci: fix small bug in theme-preview action

This commit is contained in:
rickstaa 2022-10-02 17:42:58 +02:00
parent 822efbf6cb
commit 5d42af59c0
No known key found for this signature in database
GPG Key ID: 0BD7401D30D23E53

View File

@ -562,6 +562,4 @@ export const run = async (prNumber) => {
}
};
if (typeof require !== "undefined" && require.main === module) {
run();
}
run();