CTLE-421: updated geff-ham, rebuilt package-lock

This commit is contained in:
Tim Chamberlain
2023-05-02 15:32:10 -05:00
parent 2c894f0466
commit ae23188c28
2 changed files with 1807 additions and 2645 deletions

View File

@ -47,9 +47,9 @@
},
"scripts": {
"build": "react-scripts build",
"clean": "rm -rf node_modules package-lock.json",
"clean": "rm -rf node_modules package-lock.json lib",
"eject": "react-scripts eject",
"geff-ham": "rm -rf node_modules/ && rm -rf package-lock.json && rm -rf lib/ && npm install",
"clean-and-install": "rm -rf node_modules/ && rm -rf package-lock.json && rm -rf lib/ && npm install",
"npm-install": "npm install",
"prepublishOnly": "tsc -p ./ --outDir lib/",
"start": "BROWSER=none react-scripts --max-http-header-size=65535 start",