Commit f2c08e4e authored by mic's avatar mic

Update .gitlab-ci.yml

parent 73c64048
Pipeline #19 failed
......@@ -20,7 +20,10 @@ cache:
build:
stage: build
script:
- cd react-client && npm install
- cd react-client && npm install && npm run build
artifacts:
paths:
- build/
tags: ['react-client']
......
Markdown is supported
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