Browse Source

Fix build failure from missing symlinks

master
Skylar Ittner 4 years ago
parent
commit
ef2dcf6444
  1. 1
      removebloat.sh

1
removebloat.sh

@ -3,6 +3,7 @@
# It removes about 6MB from the build size.
cd www/node_modules
rm -rf .bin
rm -rf ansicolors
rm -rf buffer-from
rm -rf cardinal

Loading…
Cancel
Save