Skip to content

Commit 4f27885

Browse files
authored
Merge branch 'v2-web3-onboard' into release/06-08
2 parents 1555676 + 108ce02 commit 4f27885

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.circleci/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,10 @@ jobs:
271271
docker:
272272
- image: cimg/node:16.13.1
273273
working_directory: ~/web3-onboard-monorepo/packages/dcent
274+
build-vue:
275+
docker:
276+
- image: cimg/node:16.13.1
277+
working_directory: ~/web3-onboard-monorepo/packages/vue
274278
steps:
275279
- node-build-steps
276280

@@ -381,6 +385,10 @@ jobs:
381385
docker:
382386
- image: cimg/node:16.13.1
383387
working_directory: ~/web3-onboard-monorepo/packages/dcent
388+
build-staging-vue:
389+
docker:
390+
- image: cimg/node:16.13.1
391+
working_directory: ~/web3-onboard-monorepo/packages/vue
384392
steps:
385393
- node-staging-build-steps
386394

@@ -494,4 +502,9 @@ workflows:
494502
- build-dcent:
495503
<<: *deploy_production_filters
496504
- build-staging-dcent:
505+
vue:
506+
jobs:
507+
- build-vue:
508+
<<: *deploy_production_filters
509+
- build-staging-vue:
497510
<<: *deploy_staging_filters

0 commit comments

Comments
 (0)