We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cca36a commit 2c38defCopy full SHA for 2c38def
.circleci/config.yml
@@ -124,8 +124,6 @@ commands:
124
path: ~/web3-onboard-monorepo
125
- *restore-build-flag
126
- *test-build-flag
127
- # when:
128
- # equal: [ true, *test_package_version_for_alpha_tag ]
129
- *test_package_version_for_alpha_tag
130
# Services and packages in a Workspace don't get their own
131
# yarn.lock so we need to generate them manually.
@@ -138,9 +136,9 @@ commands:
138
136
yarn type-check
139
137
yarn build
140
- *save-cache
141
- # - *create-npm-config
142
- # - *publish-npm
143
- # - save-build-flag
+ - *create-npm-config
+ - *publish-npm
+ - save-build-flag
144
145
jobs:
146
build-core:
0 commit comments