ci: fix broken build (#1033)

This commit is contained in:
Danny Brown 2019-10-11 14:50:12 -04:00 committed by GitHub
parent ceb6837153
commit cfdf827ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -341,7 +341,7 @@ workflows:
record: true
store_artifacts: true
working_directory: platform/viewer
build: yarn run build:e2e
build: npx cross-env QUICK_BUILD=true yarn run build
start: yarn run test:e2e:serve
wait-on: 'http://localhost:3000'
cache-key: 'yarn-packages-{{ checksum "yarn.lock" }}'
@ -362,7 +362,7 @@ workflows:
yarn: true
store_artifacts: false
working_directory: platform/viewer
build: yarn run build:package
build: npx cross-env QUICK_BUILD=true yarn run build:package
start: yarn run test:e2e:serve
wait-on: 'http://localhost:3000'
cache-key: 'yarn-packages-{{ checksum "yarn.lock" }}'