mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
use correct -dev build options appveyor
check for invalid options start.sh and npm-clean.sh
This commit is contained in:
@@ -36,7 +36,7 @@ while [[ $1 == -* ]]; do
|
||||
case "$1" in
|
||||
-h|--help|-\?) show_help; exit 0;;
|
||||
-sd|--skipDemo) update; shift;;
|
||||
-*) shift;;
|
||||
-*) echo "invalid option: $1" 1>&2; show_help; exit 0;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user