Skip to content

Commit 991e4c8

Browse files
authored
Merge pull request #644 from humanmade/backport-642-to-v23-branch
[Backport v23-branch] Remove a second H1 on the build size page
2 parents 1b72942 + ae3faf1 commit 991e4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

other-docs/faq/Common-Errors-and-Issues/build-size.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ It can also be the case that your Node modules directory has inflated the build
2222

2323
To remove your Node modules directory via your build-script, you can add something like:
2424

25-
# Clean up node_modules to reduce the size of the build
2625
```
26+
# Clean up node_modules to reduce the size of the build
2727
find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +
2828
```
2929

0 commit comments

Comments
 (0)