copy the correct files

This commit is contained in:
Charlotte 🦝 Delenk 2022-09-10 11:26:52 +01:00
parent 20409e2388
commit 1e6336caba
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -181,7 +181,7 @@ akkoma-fe = mkYarnPackage rec {
sed -i 's/.*git rev-parse.*//' build/webpack.prod.conf.js
'';
buildPhase = "yarn build --offline";
installPhase = "cp -rv deps/pleroma_fe/dist $out";
installPhase = "cp -rv dist $out";
distPhase = "true";
};
akkoma-admin-src = applyPatches {