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

Merge branch 'fixBuild' into 'master'

don't use ahead of time compiler

See merge request !122
parents 2399d2ea 6552cd09
1 merge request!122don't use ahead of time compiler
Pipeline #20911 passed with stages
in 3 minutes and 23 seconds
...@@ -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 - ng build --prod --aot=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