Skip to content

Commit

Permalink
Update create-e2e-fixture.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh authored Oct 1, 2024
1 parent f56c2b7 commit a18a470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/create-e2e-fixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export const fixtureFactories = {
createE2EFixture('nx-integrated', {
packageManger: 'pnpm',
packagePath: 'apps/custom-dist-dir',
buildCommand: 'nx run custom-dist-dir:build --verbose',
buildCommand: 'nx run custom-dist-dir:build --verbose',
publishDirectory: 'dist/apps/custom-dist-dir/dist',
}),
cliBeforeRegionalBlobsSupport: () =>
Expand Down

0 comments on commit a18a470

Please sign in to comment.