Skip to content

Commit 7aebcad

Browse files
Add comment
1 parent 35bb906 commit 7aebcad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands/test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ function getPlatform(logs_opt) {
145145
}
146146

147147
function runDocker(coverage_opt, datasource, version_opt) {
148+
// Remove the binaries before because there are permission issues
149+
// with the binaries when building the docker images
148150
fs.rmSync("node_modules/binary-install-raw/bin", { force: true, recursive: true });
149151

150152
let dir = 'tests/.docker';

0 commit comments

Comments
 (0)