mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
maint: having the wasm-pack version in the logs is useful
This commit is contained in:
parent
3e675b47f4
commit
1b6023a03e
@ -35,6 +35,7 @@ stdenv.mkDerivation {
|
|||||||
# TODO(jwall): Build this from the root rather than the src.
|
# TODO(jwall): Build this from the root rather than the src.
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
echo building with wasm-pack
|
echo building with wasm-pack
|
||||||
|
wasm-pack --version
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
cd web
|
cd web
|
||||||
cp -r static $out
|
cp -r static $out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user