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 0f787db commit cdd42b9Copy full SHA for cdd42b9
tests/index.js
@@ -9,7 +9,7 @@ const repoRoot = path.resolve(currentDir, "..");
9
const testsDir = path.join(repoRoot, "tests");
10
11
// Compile all tests
12
-execSync("npx rescript", { cwd: repoRoot, stdio: "inherit" });
+execSync("npm run build", { cwd: repoRoot, stdio: "inherit" });
13
14
const successGreen = "\x1b[32m";
15
const warningYellow = "\x1b[33m";
0 commit comments