Skip to content

Commit b4581d2

Browse files
feat: echo path of wasm.gz built for sputnik (#117)
1 parent d9c81b9 commit b4581d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kit/build/build-sputnik-with-mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ WASM_CANISTER="sputnik.wasm"
1818
OUTPUT_CANISTER="satellite.wasm"
1919

2020
mv "./${WASM_CANISTER}.gz" "${DEPLOY_DIR}/${OUTPUT_CANISTER}.gz"
21+
22+
echo "📦 Satellite WASM built: ${DEPLOY_DIR}/${OUTPUT_CANISTER}.gz"

0 commit comments

Comments
 (0)