Skip to content

Commit 88c5395

Browse files
authored
Fix analyse:webpack-bundles script (#25353)
1 parent d01eabd commit 88c5395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"test": "jest",
6363
"coverage": "yarn test --coverage",
6464
"analyse:unused-exports": "node ./scripts/analyse_unused_exports.js",
65-
"analyse:webpack-bundles": "webpack-bundle-analyzer webpack-stats.json"
65+
"analyse:webpack-bundles": "webpack-bundle-analyzer webpack-stats.json webapp"
6666
},
6767
"resolutions": {
6868
"@types/react-dom": "17.0.19",

0 commit comments

Comments
 (0)