flake: remove node_modules/.cache in output
(reduces closure size by ~250MiB)
This commit is contained in:
parent
e298bde8c0
commit
cd00a35204
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@
|
|||
"npm run build-docs-only"
|
||||
];
|
||||
installPhase = ''
|
||||
rm -r ../website/node_modules/.cache
|
||||
mv -v ../website $out
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue