Maybe I need to copy more things?
This commit is contained in:
parent
9e566f5d50
commit
a302ba2fc4
|
@ -28,7 +28,7 @@ buildNpmPackage rec {
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir $out
|
mkdir $out
|
||||||
npm run build
|
npm run build
|
||||||
cp dist/index.html $out
|
cp -r dist/* $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue