Skip to content

Commit 2c38def

Browse files
committed
Cleanup config
1 parent 7cca36a commit 2c38def

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ commands:
124124
path: ~/web3-onboard-monorepo
125125
- *restore-build-flag
126126
- *test-build-flag
127-
# when:
128-
# equal: [ true, *test_package_version_for_alpha_tag ]
129127
- *test_package_version_for_alpha_tag
130128
# Services and packages in a Workspace don't get their own
131129
# yarn.lock so we need to generate them manually.
@@ -138,9 +136,9 @@ commands:
138136
yarn type-check
139137
yarn build
140138
- *save-cache
141-
# - *create-npm-config
142-
# - *publish-npm
143-
# - save-build-flag
139+
- *create-npm-config
140+
- *publish-npm
141+
- save-build-flag
144142

145143
jobs:
146144
build-core:

0 commit comments

Comments
 (0)