Skip to content

Commit

Permalink
remove recently adde unneeded script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaroslaw Michalski committed Oct 6, 2023
1 parent 7c56ce5 commit 51845c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"lint": "yarn flow",
"start": "unset HOST && react-scripts start",
"build": "unset HOST && export NODE_OPTIONS=--max-old-space-size=8192 && react-scripts build",
"postbuild": "./scripts/old_space_size.sh && export NODE_OPTIONS=--max-old-space-size=8192 && node scripts/patchUrls.js",
"postbuild": "export NODE_OPTIONS=--max-old-space-size=8192 && node scripts/patchUrls.js",
"ppostbuild": "react-snap",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand Down
3 changes: 0 additions & 3 deletions scripts/old_space_size.sh

This file was deleted.

0 comments on commit 51845c4

Please sign in to comment.