Skip to content

Commit

Permalink
Update viteDevCmd to use nodeSync instead of node
Browse files Browse the repository at this point in the history
  • Loading branch information
redabacha committed Sep 5, 2024
1 parent 3d86009 commit 197fc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/helpers/vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export const customDev = createDev({ args: ["./server.mjs"] });
// Used for testing errors thrown on build when we don't want to start and
// wait for the server
export const viteDevCmd = ({ cwd }: { cwd: string }) =>
node([remixBin, "vite:dev"], { cwd });
nodeSync([remixBin, "vite:dev"], { cwd });

declare module "@playwright/test" {
interface Page {
Expand Down

0 comments on commit 197fc8c

Please sign in to comment.