From 1b6023a03e2bf6c03e4e5b285bdfa8e2fc8eeb67 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Tue, 20 Feb 2024 17:48:17 -0500 Subject: [PATCH] maint: having the wasm-pack version in the logs is useful --- nix/kitchenWasm/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/kitchenWasm/default.nix b/nix/kitchenWasm/default.nix index 500712b..8f6df3b 100644 --- a/nix/kitchenWasm/default.nix +++ b/nix/kitchenWasm/default.nix @@ -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