fix clean script and build all (#1758)

This commit is contained in:
Eugenio Romano
2017-04-05 11:11:38 +01:00
committed by Mario Romano
parent 4916b99744
commit 59272e5cfa
19 changed files with 85 additions and 52 deletions
+7 -1
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: