Skip to content
Snippets Groups Projects
Commit c558acf6 authored by Tom Käsler's avatar Tom Käsler
Browse files

disable build optimizer for now

parent 3cfbce25
Branches
Tags
No related merge requests found
...@@ -32,7 +32,7 @@ ngbuild: ...@@ -32,7 +32,7 @@ ngbuild:
script: script:
- npm install -g @angular/cli - npm install -g @angular/cli
- npm install - npm install
- ng build --prod --aot=false - ng build --prod --aot=false --build-optimizer=false
artifacts: artifacts:
paths: paths:
- "$BUILD_DIR" - "$BUILD_DIR"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment