Skip to content

Commit

Permalink
ci: more memory
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolk committed Aug 5, 2023
1 parent 6d3b4ec commit e84a7d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions codebuild_specs/lint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: 0.2
env:
shell: bash
variables:
NODE_OPTIONS: --max-old-space-size=5120
phases:
build:
commands:
Expand Down
2 changes: 2 additions & 0 deletions shared-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ function _lint {
loadCache repo $CODEBUILD_SRC_DIR
loadCache .cache $HOME/.cache

export NODE_OPTIONS=--max-old-space-size=5120

yarn lint-check
yarn lint-check-package-json
yarn prettier-check
Expand Down

0 comments on commit e84a7d9

Please sign in to comment.