From 85a4a4ad2aa88e7aa4eb37bc70a2bc7f3c01e454 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:31:01 +0200 Subject: [PATCH] Update --- hosts/modules/server/www/homepage.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/modules/server/www/homepage.nix b/hosts/modules/server/www/homepage.nix index 20aefa3..3ed39b9 100644 --- a/hosts/modules/server/www/homepage.nix +++ b/hosts/modules/server/www/homepage.nix @@ -12,6 +12,7 @@ hash = "sha256-Z2TZ56I6lRmYkLRnnMscvmSCzGt5q9yX90lGPebJpe8="; }; + npmBuildScript = "run build"; npmDepsHash = "sha256-YxdrNTBbbgMHJ0WoSHePxdM7UJLbKsSbObW8M1uArUg="; # The prepack script runs the build script, which we'd rather do in the build phase.