Skip to content

Commit 09a8d76

Browse files
committed
test: use verbose flag for nx fixture builds
1 parent c9db2ce commit 09a8d76

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
@@ -394,14 +394,14 @@ export const fixtureFactories = {
394394
createE2EFixture('nx-integrated', {
395395
packageManger: 'pnpm',
396396
packagePath: 'apps/next-app',
397-
buildCommand: 'nx run next-app:build',
397+
buildCommand: 'nx run next-app:build --verbose',
398398
publishDirectory: 'dist/apps/next-app/.next',
399399
}),
400400
nxIntegratedDistDir: () =>
401401
createE2EFixture('nx-integrated', {
402402
packageManger: 'pnpm',
403403
packagePath: 'apps/custom-dist-dir',
404-
buildCommand: 'nx run custom-dist-dir:build',
404+
buildCommand: 'nx run custom-dist-dir:build --verbose',
405405
publishDirectory: 'dist/apps/custom-dist-dir/dist',
406406
}),
407407
cliBeforeRegionalBlobsSupport: () =>

0 commit comments

Comments
 (0)