Skip to content

Commit cda575a

Browse files
committed
Use rewatch in test helper
1 parent 25540aa commit cda575a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib_dev/process.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export function setup(cwd = process.cwd()) {
160160
rescript(command, args = [], options = {}) {
161161
const cliPath = path.join(
162162
import.meta.dirname,
163-
"../cli/rescript-legacy.js",
163+
"../cli/rescript.js",
164164
);
165165
return exec("node", [cliPath, command, ...args].filter(Boolean), options);
166166
},

tests/docstring_tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"private": true,
55
"scripts": {
6-
"build": "rescript legacy build",
6+
"build": "rescript build",
77
"clean": "rescript clean",
88
"dev": "rescript -w"
99
},

0 commit comments

Comments
 (0)