Remove node_modules during script/cibuild so they recompile during bootstrap

This commit is contained in:
Kevin Sawicki & Nathan Sobo 2013-07-03 17:52:03 -07:00
parent 857629e07e
commit 6d70bf9106

View File

@ -7,4 +7,5 @@ cd "$(dirname "$0")/.."
rm -rf ~/.atom
git clean -dff
rm -fr node_modules
./script/test