Skip to content

Commit

Permalink
Fix analyse:webpack-bundles script (#25353)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored May 15, 2023
1 parent d01eabd commit 88c5395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"test": "jest",
"coverage": "yarn test --coverage",
"analyse:unused-exports": "node ./scripts/analyse_unused_exports.js",
"analyse:webpack-bundles": "webpack-bundle-analyzer webpack-stats.json"
"analyse:webpack-bundles": "webpack-bundle-analyzer webpack-stats.json webapp"
},
"resolutions": {
"@types/react-dom": "17.0.19",
Expand Down

0 comments on commit 88c5395

Please sign in to comment.