Merge branch 'dev' into integration/sprint-25

This commit is contained in:
Tim Chamberlain
2023-05-03 11:16:56 -05:00
7 changed files with 1940 additions and 2663 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",