Skip to content

Commit 17b12ae

Browse files
committed
Another fix
1 parent 3d3f6a9 commit 17b12ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tasks/sandbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { babelParse } from '../../code/lib/csf-tools/src/babelParse';
2121

2222
const logger = console;
2323

24-
const reprosDir = resolve(__dirname, '../repros');
24+
const reprosDir = resolve(__dirname, '../../repros');
2525
const codeDir = resolve(__dirname, '../../code');
2626

2727
const create: Task['run'] = async (

0 commit comments

Comments
 (0)