add pipeline for ui deploy

This commit is contained in:
Victor Barba Martin 2021-10-19 21:42:38 +02:00
parent 0a85d4a1f5
commit 35726ec8d5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ pipelines:
script: script:
- cd jam-ui - cd jam-ui
- npm install - npm install
- npm run build - CI=false npm run build
artifacts: artifacts:
- build/** - build/**
- step: - step: