mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1600] Change translation (#2574)
* Change translation * Add browser test runner to scripts * Adding option to hide the My Files option * Add documentation and fix property's name
This commit is contained in:
committed by
Eugenio Romano
parent
b67ed7e545
commit
092e07c545
@@ -145,6 +145,7 @@ The default behaviour of the ***npm-build-all.sh*** install node_modules and bui
|
||||
| --- | --- |
|
||||
| -h or --help | show the help |
|
||||
| -t or --test | Run the tests, this parameter accepts also a wildcard to execute tests for example -t "ng2-alfresco-core" |
|
||||
| -d or --debug | Run the tests **in browser**, this parameter accepts also a wildcard to execute tests for example -d "ng2-alfresco-core" |
|
||||
| -c or --clean | clean the ng2_components folders before start from all the temp builds files as node_modules |
|
||||
| -gitjsapi | start the demo shell using an alfresco-js-api referenced by commit-ish version of the JS-API |
|
||||
| -si or --skipinstall | skip the installation of the node_modules |
|
||||
@@ -160,7 +161,13 @@ The default behaviour of the ***npm-build-all.sh*** install node_modules and bui
|
||||
* Build all your local components and run the tests:
|
||||
|
||||
```sh
|
||||
./npm-build-all.sh -t or -test
|
||||
./npm-build-all.sh -t
|
||||
```
|
||||
|
||||
* Build all your local components and run the tests **in BROWSER**:
|
||||
|
||||
```sh
|
||||
./npm-build-all.sh -d
|
||||
```
|
||||
|
||||
* Clean the ng2-components folder node_modules before build
|
||||
|
Reference in New Issue
Block a user