Skip to content

Commit 770edbc

Browse files
committed
fix: ci
1 parent 950c709 commit 770edbc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/webpack-cli/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ yarn add webpack-cli --dev
3636
### webpack 4
3737

3838
```
39+
--analyze It invokes webpack-bundle-analyzer plugin to get bundle information
3940
--entry string[] The entry point(s) of your application.
4041
-c, --config string[] Provide path to webpack configuration file(s)
4142
--config-name string[] Name of the configuration to use

test/analyze/analyze-flag.test.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
const { runWatch } = require('../utils/test-utils');
44

5+
jest.setTimeout(300000);
56
describe('--analyze flag', () => {
67
it('should load webpack-bundle-analyzer plugin with --analyze flag', async () => {
78
const { stderr, stdout } = await runWatch({

0 commit comments

Comments
 (0)