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

4448
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -47,9 +47,9 @@
}, },
"scripts": { "scripts": {
"build": "react-scripts build", "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", "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", "npm-install": "npm install",
"prepublishOnly": "tsc -p ./ --outDir lib/", "prepublishOnly": "tsc -p ./ --outDir lib/",
"start": "BROWSER=none react-scripts --max-http-header-size=65535 start", "start": "BROWSER=none react-scripts --max-http-header-size=65535 start",