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 c9db2ce commit 09a8d76Copy full SHA for 09a8d76
tests/utils/create-e2e-fixture.ts
@@ -394,14 +394,14 @@ export const fixtureFactories = {
394
createE2EFixture('nx-integrated', {
395
packageManger: 'pnpm',
396
packagePath: 'apps/next-app',
397
- buildCommand: 'nx run next-app:build',
+ buildCommand: 'nx run next-app:build --verbose',
398
publishDirectory: 'dist/apps/next-app/.next',
399
}),
400
nxIntegratedDistDir: () =>
401
402
403
packagePath: 'apps/custom-dist-dir',
404
- buildCommand: 'nx run custom-dist-dir:build',
+ buildCommand: 'nx run custom-dist-dir:build --verbose',
405
publishDirectory: 'dist/apps/custom-dist-dir/dist',
406
407
cliBeforeRegionalBlobsSupport: () =>
0 commit comments