Skip to content

Commit 0331a63

Browse files
committed
[debug]
1 parent b9c6a36 commit 0331a63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ const { spawn, buildPaths, exists } = require('./shared');
2323
`--target-dir=${buildPaths.build}`,
2424
'--release'
2525
]);
26+
27+
console.log(await spawn('ls', ['-lah', './build/']));
28+
console.log(await spawn('ls', ['-lah', './build/release']));
29+
2630
await fs.copyFile(
2731
buildPaths.exeOut,
2832
buildPaths.exeFinal

0 commit comments

Comments
 (0)