Merge pull request #178643 from SuperSandro2000/asf-ui
ArchiSteamFarm.web-ui: drop compile time node_modules
This commit is contained in:
commit
e5f8e81946
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ in
|
|||
postInstall = ''
|
||||
patchShebangs node_modules/
|
||||
npm run build
|
||||
ln -s $out/lib/node_modules/asf-ui/dist $out/lib/dist
|
||||
cp -r $out/lib/node_modules/asf-ui/dist $out/lib/dist
|
||||
rm -rf $out/lib/node_modules/
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue