[ADF-2514][ADF-2517][ADF-2143] Fix build isssues (#3097)

* fix remove angular folder problem

* fix npm import cli

* fix search module

* fix comment

* fix tsconfig output

* es 20016 tsconfig

* travis add demo shell dist

* exclude datapicker process services

* demo shell script fix

* bundle check new build

* add simulate publish

* invert publish

* test distribution

* improve sh help

* uncomment script

* finally got the guilty piece of code

* run e2e
This commit is contained in:
Eugenio Romano
2018-03-20 11:53:11 +00:00
committed by GitHub
parent c06cf28769
commit c578529b15
19 changed files with 188 additions and 49 deletions

View File

@@ -24,16 +24,16 @@ eval projects=( "@alfresco/core"
show_help() {
echo "Usage: start.sh"
echo ""
echo "-ss or -skipstart build only the demo shell without start"
echo "-si or -skipinstall start the demo shell and skip the install the dependencies"
echo "-dev or -develop start the demo shell using the relative lib folder to link the components"
echo "-dist create the disbuild the demo shell in dist mode"
echo "-t or -test execute test"
echo "-ss or --skipstart build only the demo shell without start"
echo "-si or --skipinstall start the demo shell and skip the install the dependencies"
echo "-dev or --develop start the demo shell using the relative lib folder to link the components"
echo "-dist build or start the demo shell in dist mode"
echo "-t or --test execute test"
echo "--e2e execute e2e test"
echo "-u or -update start the demo shell and update the dependencies"
echo "-c or -clean clean the demo shell and reinstall the dependencies"
echo "-r or -registry to download the packages from an alternative npm registry example -registry 'http://npm.local.me:8080/' "
echo "-v or -version install different version of ng2_components from npm defined in the package.json this option is not compatible with -d"
echo "-u or --update start the demo shell and update the dependencies"
echo "-c or --clean clean the demo shell and reinstall the dependencies"
echo "-r or --registry to download the packages from an alternative npm registry example -registry 'http://npm.local.me:8080/' "
echo "-v or --version install different version of ng2_components from npm defined in the package.json this option is not compatible with -d"
echo "-gitjsapi to build all the components against a commit-ish version of the JS-API"
echo "-vjsapi install different version from npm of JS-API defined in the package.json"
}