maint: having the wasm-pack version in the logs is useful

This commit is contained in:
Jeremy Wall 2024-02-20 17:48:17 -05:00
parent 3e675b47f4
commit 1b6023a03e

View File

@ -35,6 +35,7 @@ stdenv.mkDerivation {
# TODO(jwall): Build this from the root rather than the src.
buildPhase = ''
echo building with wasm-pack
wasm-pack --version
mkdir -p $out
cd web
cp -r static $out