We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86df01b commit 1873e14Copy full SHA for 1873e14
1 file changed
.circleci/config.yml
@@ -271,6 +271,7 @@ jobs:
271
docker:
272
- *node_image
273
working_directory: *working_directory
274
+ resource_class: large
275
steps:
276
- attach_workspace:
277
at: *working_directory
@@ -280,9 +281,6 @@ jobs:
280
281
- run:
282
name: 'Authenticate with registry'
283
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
- - run:
284
- name: 'Build all packages with lerna'
285
- command: 'yarn build --skip-nx-cache'
286
287
name: 'Publish'
288
command: |
0 commit comments