Skip to content

Commit

Permalink
Add make command to delete node_modules (babel#4748)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo authored and panagosg7 committed Jan 17, 2017
1 parent d3774db commit 9edf24d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ test-clean:
rm -rf packages/*/test/tmp
rm -rf packages/*/test-fixtures.json

clean-all:
rm -rf node_modules
rm -rf packages/*/node_modules
make clean

# without lint
test-only:
./scripts/test.sh
Expand Down Expand Up @@ -64,6 +69,7 @@ publish:
#./scripts/build-website.sh

bootstrap:
make clean-all
npm install
./node_modules/.bin/lerna bootstrap
make build
Expand Down

0 comments on commit 9edf24d

Please sign in to comment.