Skip to content

Commit a2c3019

Browse files
authored
feat: 🎸 add build-bifrost-wasm-jenkins for Makefile (#446)
* feat: 🎸 add build-bifrost-wasm-jenkins for Makefile * fix: 🐛 fix build-wasm.sh
1 parent 1496f2e commit a2c3019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.maintain/build-wasm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORK_PATH=${BIN_PATH}/..
99

1010
RUNTIME=$1
1111

12-
docker run --rm -it \
12+
docker run --rm -i \
1313
-e PACKAGE=$RUNTIME-runtime \
1414
-e VERBOSE=1 \
1515
-e CARGO_TERM_COLOR=always \

0 commit comments

Comments
 (0)