Why don't we actually copy the built code to the output this time
This commit is contained in:
parent
53f64b5276
commit
74bc0840b1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user