Update
This commit is contained in:
parent
ae48fb8605
commit
1ce9d2e46f
@ -15,10 +15,12 @@
|
|||||||
|
|
||||||
npmDepsHash = "sha256-YxdrNTBbbgMHJ0WoSHePxdM7UJLbKsSbObW8M1uArUg=";
|
npmDepsHash = "sha256-YxdrNTBbbgMHJ0WoSHePxdM7UJLbKsSbObW8M1uArUg=";
|
||||||
|
|
||||||
buildPhase = ''
|
installPhase = ''
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
'';
|
||||||
|
|
||||||
|
buildPhase = ''
|
||||||
|
npm run build
|
||||||
mkdir $out
|
mkdir $out
|
||||||
mv build $out
|
mv build $out
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user