using build-ci target in circleci

This commit is contained in:
Alvin Huang 2019-01-03 12:56:54 -05:00
parent 806f1a68b0
commit d507d9cf36
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ jobs:
- checkout - checkout
- restore_cache: - restore_cache:
key: consul-frontend-v2-{{ checksum "ui-v2/yarn.lock" }} key: consul-frontend-v2-{{ checksum "ui-v2/yarn.lock" }}
- run: cd ui-v2 && npx yarn build --output-path=dist - run: cd ui-v2 && yarn build-ci --output-path=dist
# saves the build to a workspace to be passed to a downstream job # saves the build to a workspace to be passed to a downstream job
- persist_to_workspace: - persist_to_workspace: