Skip to content

Commit 2fbd49b

Browse files
gabrielmferngabriel miranda
andauthored
chore(preview-server): remove detach from build script (#2917)
Co-authored-by: gabriel miranda <[email protected]>
1 parent 68fad18 commit 2fbd49b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/preview-server/scripts/build-preview-server.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import fs from 'node:fs';
33
import path from 'node:path';
44

55
const nextBuildProcess = spawn('pnpm next build', {
6-
detached: true,
76
shell: true,
87
stdio: 'inherit',
98
cwd: path.resolve(import.meta.dirname, '../'),

0 commit comments

Comments
 (0)