fix clean script and build all (#1758)

This commit is contained in:
Eugenio Romano
2017-03-23 15:51:28 +00:00
committed by Mario Romano
parent 4916b99744
commit 59272e5cfa
19 changed files with 85 additions and 52 deletions

View File

@@ -47,10 +47,16 @@ in the demo shell:
./npm-buid-all.sh
```
* If you want to build all your local component and link it together and in the demo shell:
```sh
./npm-buid-all.sh -l or -link
```
* If you want to build all your local component and run the test:
```sh
./npm-buid-alll.sh -test
./npm-buid-alll.sh -t or -test
```
* If you want clean all your local component and the demo shell: