Seperated UI task from build task
This commit is contained in:
parent
8e332f6f5e
commit
f27d7e1f9a
|
@ -16,10 +16,11 @@ test:
|
|||
- cargo test
|
||||
|
||||
build:ui:
|
||||
stage: build
|
||||
image: node:latest
|
||||
script:
|
||||
- npm install
|
||||
- npm build
|
||||
- npm run build
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/
|
||||
|
|
Loading…
Reference in New Issue