We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08c26d commit f623a2cCopy full SHA for f623a2c
.circleci/workflows.yml
@@ -248,7 +248,7 @@ commands:
248
command: |
249
source ./scripts/ensure-node.sh
250
# 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
+ V8_UPDATE_METAFILE=1 V8_SNAPSHOT_DISABLE_MINIFY=1 DEBUG=cypress:snapgen* yarn build-v8-snapshot-prod
252
- prepare-modules-cache # So we don't throw these in the workspace cache
253
- persist_to_workspace:
254
root: ~/
0 commit comments