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 @@ -478,6 +478,12 @@ jobs:
478478 working_directory : ~/web3-onboard-monorepo/packages/bloom
479479 steps :
480480 - node-build-steps
481+ build-keplr :
482+ docker :
483+ - image : cimg/node:18.0.0
484+ working_directory : ~/web3-onboard-monorepo/packages/keplr
485+ steps :
486+ - node-build-steps
481487
482488 # Build staging/Alpha releases
483489 build-staging-core :
@@ -792,6 +798,12 @@ jobs:
792798 working_directory : ~/web3-onboard-monorepo/packages/finoaconnect
793799 steps :
794800 - node-staging-build-steps
801+ build-staging-keplr :
802+ docker :
803+ - image : cimg/node:18.0.0
804+ working_directory : ~/web3-onboard-monorepo/packages/keplr
805+ steps :
806+ - node-staging-build-steps
795807
796808workflows :
797809 version : 2
@@ -1109,3 +1121,9 @@ workflows:
11091121 << : *deploy_production_filters
11101122 - build-staging-finoaconnect :
11111123 << : *deploy_staging_filters
1124+ keplr :
1125+ jobs :
1126+ - build-keplr :
1127+ << : *deploy_production_filters
1128+ - build-staging-keplr :
1129+ << : *deploy_staging_filters
You can’t perform that action at this time.
0 commit comments