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 a3240f3 commit f56c2b7Copy full SHA for f56c2b7
tests/utils/create-e2e-fixture.ts
@@ -344,14 +344,14 @@ export const fixtureFactories = {
344
createE2EFixture('nx-integrated', {
345
packageManger: 'pnpm',
346
packagePath: 'apps/next-app',
347
- buildCommand: 'nx run next-app:build',
+ buildCommand: 'nx run next-app:build --verbose',
348
publishDirectory: 'dist/apps/next-app/.next',
349
}),
350
nxIntegratedDistDir: () =>
351
352
353
packagePath: 'apps/custom-dist-dir',
354
- buildCommand: 'nx run custom-dist-dir:build',
+ buildCommand: 'nx run custom-dist-dir:build --verbose',
355
publishDirectory: 'dist/apps/custom-dist-dir/dist',
356
357
cliBeforeRegionalBlobsSupport: () =>
0 commit comments