Skip to content
Snippets Groups Projects
Commit a112d099 authored by trantzas's avatar trantzas
Browse files

Removing the obsolete option to retain the output path between Angular builds (fix for #46)

parent ac4ee124
No related branches found
No related tags found
1 merge request!51Resolve "Update the ng-cli image"
Pipeline #13266 passed
......@@ -36,7 +36,7 @@
cp ./src/assets/config/config.prod.default.json ./src/assets/config/config.prod.json
fi
- npm install
- ng build --configuration production --deleteOutputPath=false
- ng build --configuration production
artifacts:
paths:
- dist/
......@@ -30,7 +30,7 @@
cp ./src/assets/config/config.prod.default.json ./src/assets/config/config.prod.json
fi
- npm install
- ng build --configuration production --deleteOutputPath=false
- ng build --configuration production
artifacts:
paths:
- dist/
......@@ -63,4 +63,4 @@ fi
echo "Installing npm packages..."
docker run -u $(id -u) --rm -v "$PWD":/app trion/ng-cli:13.3.7 npm install
docker run -u $(id -u) --rm -v "$PWD":/app trion/ng-cli:13.3.7 ng build --configuration production --deleteOutputPath=false
docker run -u $(id -u) --rm -v "$PWD":/app trion/ng-cli:13.3.7 ng build --configuration production
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment