We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9bf7ad commit 09c5667Copy full SHA for 09c5667
build/wasm.js
@@ -62,7 +62,7 @@ if (process.argv[2] === '--prebuild') {
62
}
63
64
if (process.argv[2] === '--docker') {
65
- let cmd = `docker run --rm -it --platform=${platform.toString().trim()}`
+ let cmd = `docker run --rm -t --platform=${platform.toString().trim()}`
66
if (process.platform === 'linux') {
67
cmd += ` --user ${process.getuid()}:${process.getegid()}`
68
0 commit comments