Skip to content
Snippets Groups Projects
Commit 2cfca2d5 authored by Chris Hines's avatar Chris Hines
Browse files

explicitly add aot

parent d50b6984
No related branches found
No related tags found
4 merge requests!106if stat fails, display the error instead of immediately refreshing...,!99Dev,!73Test,!72Dev
Pipeline #12072 passed
......@@ -15,7 +15,7 @@ build:
- apt install -y nodejs
- rm ./package-lock.json
- npm install
- ./node_modules/@angular/cli/bin/ng build --prod --base-href=/ --configuration=$CI_COMMIT_REF_NAME
- ./node_modules/@angular/cli/bin/ng build --aot --prod --base-href=/ --configuration=$CI_COMMIT_REF_NAME
artifacts:
paths:
- ./dist/
......
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