mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-26 20:19:47 -04:00
maint: having the wasm-pack version in the logs is useful
This commit is contained in:
parent
4230eabcae
commit
b52fdedb58
@ -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