Add option to clean.py to only remove dist and out dirs
This commit is contained in:
parent
8060b0966f
commit
2d638e5da7
6 changed files with 33 additions and 29 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue