Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f56c2b7

Browse files
authoredOct 1, 2024··
test: debug nx integrated canary failures
1 parent a3240f3 commit f56c2b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tests/utils/create-e2e-fixture.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,14 +344,14 @@ export const fixtureFactories = {
344344
createE2EFixture('nx-integrated', {
345345
packageManger: 'pnpm',
346346
packagePath: 'apps/next-app',
347-
buildCommand: 'nx run next-app:build',
347+
buildCommand: 'nx run next-app:build --verbose',
348348
publishDirectory: 'dist/apps/next-app/.next',
349349
}),
350350
nxIntegratedDistDir: () =>
351351
createE2EFixture('nx-integrated', {
352352
packageManger: 'pnpm',
353353
packagePath: 'apps/custom-dist-dir',
354-
buildCommand: 'nx run custom-dist-dir:build',
354+
buildCommand: 'nx run custom-dist-dir:build --verbose',
355355
publishDirectory: 'dist/apps/custom-dist-dir/dist',
356356
}),
357357
cliBeforeRegionalBlobsSupport: () =>

0 commit comments

Comments
 (0)
Please sign in to comment.