1
0
mirror of synced 2024-12-04 19:17:58 +01:00

Why don't we actually copy the built code to the output this time

This commit is contained in:
Luna Nightshade 2023-06-21 21:52:46 +02:00
parent 53f64b5276
commit 74bc0840b1

View File

@ -26,7 +26,7 @@
in rec {
packages.bayshore = pkgs.buildNpmPackage {
pname = "bayshore";
version = "1.0.1";
version = "1.0.2";
src = ./.;
npmDepsHash = "sha256-7iVoTJv5rvdiUWyhrDOGEboOo1sdQ7YvZOqbgvz/mF8=";
@ -44,6 +44,7 @@
runHook preInstall
mkdir -p $out
cp -r dist $out/dist
cp -r prisma $out/prisma
mkdir -p $out/bin