Skip to content

Commit 1873e14

Browse files
fix: next release job (#1529)
1 parent 86df01b commit 1873e14

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ jobs:
271271
docker:
272272
- *node_image
273273
working_directory: *working_directory
274+
resource_class: large
274275
steps:
275276
- attach_workspace:
276277
at: *working_directory
@@ -280,9 +281,6 @@ jobs:
280281
- run:
281282
name: 'Authenticate with registry'
282283
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
283-
- run:
284-
name: 'Build all packages with lerna'
285-
command: 'yarn build --skip-nx-cache'
286284
- run:
287285
name: 'Publish'
288286
command: |

0 commit comments

Comments
 (0)