Seperated UI task from build task

This commit is contained in:
Joe Bellus 2022-02-08 22:37:43 -05:00
parent 8e332f6f5e
commit f27d7e1f9a
1 changed files with 2 additions and 1 deletions

View File

@ -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/