File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -267,6 +267,12 @@ jobs:
267
267
working_directory : ~/web3-onboard-monorepo/packages/coinbase
268
268
steps :
269
269
- node-build-steps
270
+ build-vue :
271
+ docker :
272
+ - image : cimg/node:16.13.1
273
+ working_directory : ~/web3-onboard-monorepo/packages/vue
274
+ steps :
275
+ - node-build-steps
270
276
271
277
# Build staging/Alpha releases
272
278
build-staging-core :
@@ -371,6 +377,12 @@ jobs:
371
377
working_directory : ~/web3-onboard-monorepo/packages/coinbase
372
378
steps :
373
379
- node-staging-build-steps
380
+ build-staging-vue :
381
+ docker :
382
+ - image : cimg/node:16.13.1
383
+ working_directory : ~/web3-onboard-monorepo/packages/vue
384
+ steps :
385
+ - node-staging-build-steps
374
386
375
387
workflows :
376
388
version : 2
@@ -477,3 +489,9 @@ workflows:
477
489
<< : *deploy_production_filters
478
490
- build-staging-coinbase :
479
491
<< : *deploy_staging_filters
492
+ vue :
493
+ jobs :
494
+ - build-vue :
495
+ << : *deploy_production_filters
496
+ - build-staging-vue :
497
+ << : *deploy_staging_filters
You can’t perform that action at this time.
0 commit comments