Files
yarn/scripts/clean-node-modules.sh
Sebastian McKenzie 96a0fbb94e Remove crappy folders from node_modules in dist tarballs (#1810)
* Remove crappy folders from node_modules in dist tarballs

* add windows version of scripts/clean-node-modules
2016-11-14 13:35:26 +00:00

11 lines
215 B
Bash
Executable File

#!/bin/sh
# random browser builds that aren't used
rm -rf node_modules/core-js/client
# remove typescript files
rm -rf node_modules/rx/ts
# naughty modules that have their test folders
rm -rf node_modules/*/test