Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Oct 3, 2020
1 parent 950c709 commit 770edbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/webpack-cli/README.md
Expand Up @@ -36,6 +36,7 @@ yarn add webpack-cli --dev
### webpack 4

```
--analyze It invokes webpack-bundle-analyzer plugin to get bundle information
--entry string[] The entry point(s) of your application.
-c, --config string[] Provide path to webpack configuration file(s)
--config-name string[] Name of the configuration to use
Expand Down
1 change: 1 addition & 0 deletions test/analyze/analyze-flag.test.js
Expand Up @@ -2,6 +2,7 @@

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

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

0 comments on commit 770edbc

Please sign in to comment.