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 90e5c9d commit 12202d4Copy full SHA for 12202d4
1 file changed
scripts/check-build.mjs
@@ -31,6 +31,8 @@ function recompileFromSource() {
31
console.log(clean(spawn.stderr));
32
return;
33
}
34
+
35
+ require('./copy-target.mjs');
36
37
38
if (fs.existsSync(binaries.target)) {
0 commit comments