Skip to content

Commit

Permalink
fix(tooling): increase-resource-class
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyasSharma28 committed Oct 21, 2024
1 parent 643cc79 commit 4855808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ executors:
environment:
AWS_BUCKET: code.s4d.io
AWS_REGION: us-east-1
resource_class: large

# Orb to grab `s3` capability for us
orbs:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"scripts": {
"build": "babel-node ./scripts/build/index.js",
"build:all": "yarn workspaces foreach -A --parallel --jobs 5 run build:src",
"build:all": "yarn workspaces foreach -A run build:src",
"build:package": "cross-env NODE_ENV=${NODE_ENV:-production} NODE_OPTIONS=--max-old-space-size=2048 yarn run build dist",
"build:components": "yarn run build components",
"build:esm": "yarn run build esm",
Expand Down

0 comments on commit 4855808

Please sign in to comment.