Skip to content

Commit 016445e

Browse files
committed
test(@ngtools/webpack): remove -p flag from server test
1 parent c7e2964 commit 016445e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/packages/webpack/server.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {expectFileToMatch} from '../../../utils/fs';
77
export default function(skipCleaning: () => void) {
88
return Promise.resolve()
99
.then(() => createProjectFromAsset('webpack/test-server-app'))
10-
.then(() => exec(normalize('node_modules/.bin/webpack'), '-p'))
10+
.then(() => exec(normalize('node_modules/.bin/webpack')))
1111
.then(() => expectFileToMatch('dist/app.main.js',
1212
new RegExp('.bootstrapModuleFactory'))
1313
.then(() => expectFileToMatch('dist/app.main.js',

0 commit comments

Comments
 (0)