Skip to content

Commit 12202d4

Browse files
committed
Ensure binary is copied after compile from source
1 parent 90e5c9d commit 12202d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/check-build.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ function recompileFromSource() {
3131
console.log(clean(spawn.stderr));
3232
return;
3333
}
34+
35+
require('./copy-target.mjs');
3436
}
3537

3638
if (fs.existsSync(binaries.target)) {

0 commit comments

Comments
 (0)