Skip to content

Commit

Permalink
Merge pull request #694 from UKHSA-Internal/remove_unneeded_script
Browse files Browse the repository at this point in the history
Remove recently adde unneeded script
  • Loading branch information
adebayoolabintan authored Oct 6, 2023
2 parents 7c56ce5 + 51845c4 commit 4a5a430
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 4a5a430

Please sign in to comment.