mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix clean script and build all (#1758)
This commit is contained in:
committed by
Mario Romano
parent
4916b99744
commit
59272e5cfa
@@ -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:
|
||||
|
Reference in New Issue
Block a user