Rename the dist folder to content-ce and use env (#2373)

This commit is contained in:
Maurizio Vitale
2021-12-07 10:11:56 +00:00
committed by GitHub
parent 482d57194c
commit c78e338285
4 changed files with 19 additions and 18 deletions

View File

@@ -30,5 +30,5 @@ echo "Run alfresco-content-e2e protractor with options $OPTIONS"
echo "./node_modules/.bin/protractor \"./protractor.conf.js\" $OPTIONS || exit 1"
./node_modules/.bin/tsc -p "./e2e/tsconfig.e2e.json" || exit 1;
./node_modules/.bin/http-server -c-1 ./dist/app -p 4200 > /dev/null &\
./node_modules/.bin/http-server -c-1 $CONTENT_CE_DIST_PATH -p 4200 > /dev/null &\
./node_modules/.bin/protractor "./protractor.conf.js" $OPTIONS || exit 1