Skip to content

Commit cdd42b9

Browse files
committed
Use rewatch in tests
1 parent 0f787db commit cdd42b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const repoRoot = path.resolve(currentDir, "..");
99
const testsDir = path.join(repoRoot, "tests");
1010

1111
// Compile all tests
12-
execSync("npx rescript", { cwd: repoRoot, stdio: "inherit" });
12+
execSync("npm run build", { cwd: repoRoot, stdio: "inherit" });
1313

1414
const successGreen = "\x1b[32m";
1515
const warningYellow = "\x1b[33m";

0 commit comments

Comments
 (0)