@@ -23,25 +23,7 @@ aliases:
2323 - &deploy_staging_filters
2424 filters :
2525 branches :
26- only : feat/wagmi_support
27- # only: develop
28-
29- - &test_package_version_for_test_tag_break_false
30- run :
31- name : Tagged as wagmi version if True Continue Flow
32- command : |
33- PACKAGE_VERSION=$(cat package.json \
34- | grep version \
35- | head -1 \
36- | awk -F: '{ print $2 }' \
37- | sed 's/[",]//g');
38- if [[ $PACKAGE_VERSION =~ "-wagmi" ]];
39- then
40- echo true
41- else
42- echo false
43- circleci step halt
44- fi;
26+ only : develop
4527
4628 - &test_package_version_for_alpha_tag_break_false
4729 run :
@@ -158,31 +140,6 @@ commands:
158140 - *publish-npm
159141 - save-build-flag
160142
161- # node-staging-build-steps:
162- # steps:
163- # - checkout:
164- # # Since our working_directory is deeper than the root,
165- # # remind the job where it needs to checkout.
166- # path: ~/web3-onboard-monorepo
167- # - *restore-build-flag
168- # - *test-build-flag
169- # - *test_package_version_for_alpha_tag_break_false
170- # # Services and packages in a Workspace don't get their own
171- # # yarn.lock so we need to generate them manually.
172- # - *generate-lock-file
173- # - *restore-cache
174- # - run:
175- # name: Build
176- # command: |
177- # yarn
178- # yarn type-check
179- # yarn build
180- # - *save-cache
181- # - *create-npm-config
182- # - *publish-npm-tag-as-next
183- # - save-build-flag
184-
185- # TODO: remove this after testing is complete and restore the above code
186143 node-staging-build-steps :
187144 steps :
188145 - checkout :
@@ -191,7 +148,6 @@ commands:
191148 path : ~/web3-onboard-monorepo
192149 - *restore-build-flag
193150 - *test-build-flag
194- # Tag must be defined for testing publish outside of Alpha or standard prod publish
195151 - *test_package_version_for_test_tag_break_false
196152 # Services and packages in a Workspace don't get their own
197153 # yarn.lock so we need to generate them manually.
0 commit comments