Skip to content

Commit

Permalink
Add make command to delete node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed Oct 17, 2016
1 parent 6bc10b5 commit 2c7798f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Expand Up @@ -34,6 +34,10 @@ test-clean:
rm -rf packages/*/test/tmp
rm -rf packages/*/test-fixtures.json

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

# without lint
test-only:
./scripts/test.sh
Expand Down Expand Up @@ -64,6 +68,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 2c7798f

Please sign in to comment.