Skip to content
Snippets Groups Projects
Commit b1cbd5fa authored by Ramesh Kumar's avatar Ramesh Kumar
Browse files

TMSS-1368: Added package-lock.json to git to force resolutions

parent 21837ef4
No related branches found
No related tags found
1 merge request!729Resolve TMSS-1368
...@@ -21,6 +21,5 @@ SAS/OTB/jRSP/bootstrap ...@@ -21,6 +21,5 @@ SAS/OTB/jRSP/bootstrap
SAS/OTB/jRSP/configure.in SAS/OTB/jRSP/configure.in
**/.idea **/.idea
venv venv
SAS/TMSS/frontend/tmss_webapp/package-lock.json
SAS/TMSS/frontend/tmss_webapp/node_modules/ SAS/TMSS/frontend/tmss_webapp/node_modules/
SAS/TMSS/frontend/tmss_webapp/debug.log SAS/TMSS/frontend/tmss_webapp/debug.log
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -69,6 +69,7 @@ ...@@ -69,6 +69,7 @@
"yup": "^0.29.1" "yup": "^0.29.1"
}, },
"scripts": { "scripts": {
"preinstall": "npx npm-force-resolutions",
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment