Skip to content

Commit c8781b7

Browse files
committed
run tests with RQ
1 parent c07fe17 commit c8781b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const WebWorkerMinifyPlugin: Plugin = {
5656
};
5757

5858
const HookAliasPlugin = (): Plugin => {
59-
const useRQ = process.env.CLERK_USE_RQ === 'true';
59+
const useRQ = process.env.CLERK_USE_RQ === 'true' || !process.env.CLERK_USE_RQ;
6060
const rqHooks = new Set((process.env.CLERK_RQ_HOOKS ?? '').split(',').filter(Boolean));
6161
const baseDir = __dirname; // packages/shared
6262

0 commit comments

Comments
 (0)