File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ jobs:
374
374
max_attempts : 5
375
375
timeout_minutes : 20
376
376
command : PLAYWRIGHT_JSON_OUTPUT_NAME=results_${{ matrix.suite }}.json pnpm test:e2e:prod:ci ${{ matrix.suite }}
377
- on_retry_command : pnpm clean:build && pnpm install --no-frozen-lockfile && pnpm build:all
377
+ on_retry_command : pnpm clean:build:allowtgz && pnpm install --no-frozen-lockfile && pnpm build:all
378
378
env :
379
379
PLAYWRIGHT_JSON_OUTPUT_NAME : results_${{ matrix.suite }}.json
380
380
NEXT_TELEMETRY_DISABLED : 1
Original file line number Diff line number Diff line change 52
52
"clean" : " turbo clean" ,
53
53
"clean:all" : " node ./scripts/delete-recursively.js '@node_modules' 'media/*' '**/dist/' '**/.cache/*' '**/.next/*' '**/.turbo/*' '**/tsconfig.tsbuildinfo' '**/payload*.tgz' '**/meta_*.json'" ,
54
54
"clean:build" : " node ./scripts/delete-recursively.js 'media/' '**/dist/' '**/.cache/' '**/.next/' '**/.turbo/' '**/tsconfig.tsbuildinfo' '**/payload*.tgz' '**/meta_*.json'" ,
55
+ "clean:build:allowtgz" : " node ./scripts/delete-recursively.js 'media/' '**/dist/' '**/.cache/' '**/.next/' '**/.turbo/' '**/tsconfig.tsbuildinfo' '**/meta_*.json'" ,
55
56
"clean:cache" : " node ./scripts/delete-recursively.js node_modules/.cache! packages/payload/node_modules/.cache! .next/*" ,
56
57
"dev" : " cross-env NODE_OPTIONS=--no-deprecation tsx ./test/dev.ts" ,
57
58
"dev:generate-db-schema" : " pnpm runts ./test/generateDatabaseSchema.ts" ,
You can’t perform that action at this time.
0 commit comments