Add option to clean.py to only remove dist and out dirs

This commit is contained in:
Kevin Sawicki 2017-03-20 10:32:16 -07:00
parent 8060b0966f
commit 2d638e5da7
6 changed files with 33 additions and 29 deletions

View file

@ -123,7 +123,7 @@ To clean only `out` and `dist` directories:
$ npm run clean-build
```
Note that both commands will require to do run bootstrap again .
**Note:** Both clean commands require running `bootstrap` again before building.
## Troubleshooting

View file

@ -91,7 +91,7 @@ To clean only `out` and `dist` directories:
$ npm run clean-build
```
Note that both commands will require to do run bootstrap again .
**Note:** Both clean commands require running `bootstrap` again before building.
## Tests

View file

@ -89,7 +89,7 @@ To clean only `out` and `dist` directories:
$ npm run clean-build
```
Note that both commands will require to do run bootstrap again .
**Note:** Both clean commands require running `bootstrap` again before building.
## Tests