Skip to content

Commit f623a2c

Browse files
committed
snapgen?
1 parent c08c26d commit f623a2c

File tree

2 files changed

+84
-48
lines changed

2 files changed

+84
-48
lines changed

.circleci/workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ commands:
248248
command: |
249249
source ./scripts/ensure-node.sh
250250
# Minification takes some time. We only really need to do that for the binary (and we regenerate snapshots separately there)
251-
V8_UPDATE_METAFILE=1 V8_SNAPSHOT_DISABLE_MINIFY=1 yarn build-v8-snapshot-prod
251+
V8_UPDATE_METAFILE=1 V8_SNAPSHOT_DISABLE_MINIFY=1 DEBUG=cypress:snapgen* yarn build-v8-snapshot-prod
252252
- prepare-modules-cache # So we don't throw these in the workspace cache
253253
- persist_to_workspace:
254254
root: ~/

0 commit comments

Comments
 (0)