mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
update script
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user