Skip to content

Commit 893b57d

Browse files
committed
Fix playground build
1 parent e2a9bf9 commit 893b57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playground/scripts/generate_cmijs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exec("yarn rescript legacy");
2828

2929
// We need to build the compiler's builtin modules as a separate cmij.
3030
// Otherwise we can't use them for compilation within the playground.
31-
buildCmij(compilerRootDir, "compiler-builtins");
31+
buildCmij(path.join(compilerRootDir, "packages", "@rescript", "runtime"), "compiler-builtins");
3232

3333
const packages = resConfig["dependencies"];
3434
for (const pkgName of packages) {

0 commit comments

Comments
 (0)