fix lock file

This commit is contained in:
Nawaz Dhandala 2022-06-27 12:57:21 +01:00
parent 0a7f665821
commit bcb93145ec
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -20,9 +20,9 @@
"compile": "tsc",
"start": "node index.ts",
"audit": "npm audit --audit-level=low",
"preinstall": "cd .. && cd CommonUI && npm install && cd .. && cd Dashboard && npx npm-force-resolutions || echo 'No package-lock.json file. Skipping force resolutions'",
"preinstall": "echo 'Pre Install' && cd .. && cd CommonUI && npm install && cd .. && cd Dashboard && npx npm-force-resolutions || echo 'No package-lock.json file. Skipping force resolutions'",
"dep-check": "depcheck ./ --skip-missing=true'",
"postinstall": "cd .. && cd CommonUI && npm link ../Dashboard/node_modules/react && cd .. && cd Dashboard"
"postinstall": "echo 'Post Install' && cd .. && cd CommonUI && npm link ../Dashboard/node_modules/react && cd .. && cd Dashboard"
},
"browserslist": {
"production": [