flake: remove node_modules/.cache in output

(reduces closure size by ~250MiB)
This commit is contained in:
WilliButz 2023-09-11 22:03:11 +02:00
parent e298bde8c0
commit cd00a35204
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA

View file

@ -75,6 +75,7 @@
"npm run build-docs-only"
];
installPhase = ''
rm -r ../website/node_modules/.cache
mv -v ../website $out
'';
};