Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/src/commands/@web-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ web-distribute:
no_output_timeout: 1h
# If node_modules exists in cache, run postinstall. Otherwise, run npm ci
command: |
[[ ! -d node_modules ]] || CI=true SKIP_POD_INSTALL=true NODE_OPTIONS="--max-old-space-size=8192" npm run postinstall
[[ -d node_modules ]] || CI=true SKIP_POD_INSTALL=true NODE_OPTIONS="--max-old-space-size=8192" npm ci
[[ ! -d node_modules ]] || CI=true SKIP_MOBILE_DEPS=true NODE_OPTIONS="--max-old-space-size=8192" npm run postinstall
[[ -d node_modules ]] || CI=true SKIP_MOBILE_DEPS=true NODE_OPTIONS="--max-old-space-size=8192" npm ci
- save_cache:
key: cache-{{ checksum "package-lock.json" }}-{{ checksum "combined-patch-file.txt" }}-{{ arch }}
Expand Down
Empty file added hooks/partials/.gitkeep
Empty file.
Empty file added hooks/shared/.gitkeep
Empty file.
Loading