We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431b27d commit 79cd888Copy full SHA for 79cd888
scripts/ciTest.js
@@ -160,7 +160,7 @@ function main() {
160
};
161
var output;
162
try {
163
- output = cp.execSync(`npm link bs-platform`, config);
+ output = cp.execSync(`npm link rescript`, config);
164
output = cp.execSync(`npm install`, config);
165
output = cp.execSync(`npm run clean`, config);
166
output = cp.execSync(`npm run build`, config);
@@ -177,7 +177,7 @@ function main() {
177
if (bsbTest) {
178
console.log("Doing build_tests");
179
var buildTestDir = path.join(__dirname, "..", "jscomp", "build_tests");
180
- cp.execSync(`npm link bs-platform`, {
+ cp.execSync(`npm link rescript`, {
181
cwd: buildTestDir,
182
stdio: [0, 1, 2],
183
encoding: "utf8",
0 commit comments