Skip to content

Commit a363d8d

Browse files
viankakrisnagaearon
authored andcommitted
fix typo
1 parent c5184d0 commit a363d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if (!checkRequiredFiles([paths.appHtml, paths.appIndexJs])) {
4242
// First, read the current file sizes in build directory.
4343
// This lets us display how much they changed later.
4444
recursive(paths.appBuild, (err, fileNames) => {
45-
var previousSizeMap = fileSizeReporter.measureFileSizesBeforeBuild(paths, fileNames);
45+
var previousSizeMap = fileSizeReporter.measureFileSizesBeforeBuild(paths.appBuild, fileNames);
4646

4747
// Remove all content but keep the directory so that
4848
// if you're in it, you don't end up in Trash

0 commit comments

Comments
 (0)