copy the correct files
This commit is contained in:
parent
20409e2388
commit
1e6336caba
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue