We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9003787 commit 3792080Copy full SHA for 3792080
packages/playground-bundling/scripts/generate_cmijs.js
@@ -48,7 +48,7 @@ function e(cmd) {
48
49
e(`npm install`);
50
e(`npm link ${RESCRIPT_COMPILER_ROOT_DIR}`);
51
-e(`npx rescript`)
+e(`npx rescript`);
52
53
const packages = bsconfig["bs-dependencies"];
54
0 commit comments