update script

This commit is contained in:
Eugenio Romano
2017-11-29 19:32:01 +00:00
parent a25c6a39d3
commit 3f9223eeff
3 changed files with 9 additions and 7 deletions

View File

@@ -23,8 +23,8 @@ eval projects=( "core"
show_help() {
echo "Usage: npm-build-all.sh"
echo ""
echo "-t or --test <pkg> Build your local components and run their tests, this parameter also accept a wildecard to execute test e.g: -t "ng2-alfresco-core"."
echo "-d or --debug <pkg> Build your local components and run their tests IN THE BROWSER, this parameter also accept a wildecard to execute test e.g: -t "ng2-alfresco-core"."
echo "-t or --test <pkg> Build your local components and run their tests, this parameter also accept a wildecard to execute test e.g: -t "core"."
echo "-d or --debug <pkg> Build your local components and run their tests IN THE BROWSER, this parameter also accept a wildecard to execute test e.g: -t "core"."
echo "-c or --clean Clean the node_modules before starting the build."
echo "-si or --skipinstall Skip the install of node_modules before starting the build."
echo "-sb or --skipbuild Skip the build of ng-components."