remove uneccessary stuff and work on CI
This commit is contained in:
parent
015aff25ad
commit
45c534f4a6
9 changed files with 8 additions and 287 deletions
|
@ -12,13 +12,13 @@ echo "Building releases for $VERSION"
|
|||
|
||||
echo "Building Prod Release..."
|
||||
|
||||
ng build --prod
|
||||
ng build --configuration=prod
|
||||
|
||||
tar -czf ../WebApp-Releases/LocalLoop-Web-prod-$VERSION.tar.gz dist
|
||||
|
||||
echo "Building Dev Release..."
|
||||
|
||||
ng build --dev
|
||||
ng build --configuration=dev
|
||||
|
||||
tar -czf ../WebApp-Releases/LocalLoop-Web-dev-$VERSION.tar.gz dist
|
||||
|
||||
|
|
Reference in a new issue