Skip to content

Commit 79cd888

Browse files
committed
try to fix CI
1 parent 431b27d commit 79cd888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ciTest.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function main() {
160160
};
161161
var output;
162162
try {
163-
output = cp.execSync(`npm link bs-platform`, config);
163+
output = cp.execSync(`npm link rescript`, config);
164164
output = cp.execSync(`npm install`, config);
165165
output = cp.execSync(`npm run clean`, config);
166166
output = cp.execSync(`npm run build`, config);
@@ -177,7 +177,7 @@ function main() {
177177
if (bsbTest) {
178178
console.log("Doing build_tests");
179179
var buildTestDir = path.join(__dirname, "..", "jscomp", "build_tests");
180-
cp.execSync(`npm link bs-platform`, {
180+
cp.execSync(`npm link rescript`, {
181181
cwd: buildTestDir,
182182
stdio: [0, 1, 2],
183183
encoding: "utf8",

0 commit comments

Comments
 (0)