Skip to content

Commit fe425af

Browse files
committed
Fix some problems with corpus-view from the earlier refactor.
1 parent 3b61953 commit fe425af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/corpus-view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ app.post('/rebuild', async (_req, res) => {
329329

330330
// Run pnpm run build:dev
331331
const buildProcess = spawn('pnpm', ['run', 'build:dev'], {
332-
cwd: path.join(__dirname, '..', '..'),
332+
cwd: path.join(__dirname, '..'),
333333
stdio: ['pipe', 'pipe', 'pipe'],
334334
})
335335

0 commit comments

Comments
 (0)