fix build
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ lib, buildNpmPackage, fetchFromGitHub }:
|
{ lib, buildNpmPackage, fetchFromGitHub, npm-lockfile-fix }:
|
||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "ente-website";
|
pname = "ente-website";
|
||||||
@@ -13,6 +13,8 @@ buildNpmPackage rec {
|
|||||||
|
|
||||||
# The prepack script runs the build script, which we'd rather do in the build phase.
|
# The prepack script runs the build script, which we'd rather do in the build phase.
|
||||||
npmPackFlags = [ "--ignore-scripts" ];
|
npmPackFlags = [ "--ignore-scripts" ];
|
||||||
|
npmFlags = [ "--legacy-peer-deps" ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
ls .
|
ls .
|
||||||
|
|||||||
Reference in New Issue
Block a user