Skip to content
Snippets Groups Projects
Commit 4ad08e4c authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

fix before script in build

parent 88e4a2cd
No related branches found
No related tags found
No related merge requests found
Pipeline #8023 passed
...@@ -14,6 +14,8 @@ compile: ...@@ -14,6 +14,8 @@ compile:
stage: build stage: build
tags: [docker] tags: [docker]
image: trion/ng-cli image: trion/ng-cli
before_script:
- npm ci
script: script:
- ng build --prod - ng build --prod
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment