diff --git a/bin/build-releases b/bin/build-releases index bb16744..9c88cfb 100755 --- a/bin/build-releases +++ b/bin/build-releases @@ -12,13 +12,13 @@ echo "Building releases for $VERSION" echo "Building Prod Release..." -ng build --configuration=prod +npm run build:prod tar -czf ../WebApp-Releases/LocalLoop-Web-prod-$VERSION.tar.gz dist echo "Building Dev Release..." -ng build --configuration=dev +npm run build:dev tar -czf ../WebApp-Releases/LocalLoop-Web-dev-$VERSION.tar.gz dist