Common-Metadata-Repository
Common-Metadata-Repository copied to clipboard
CMR-8571 Fixed Graph-db deployment
The deployment issue is caused by a combination of the unnecessary force resolution of node-fetch library introduced by fix for CMR-8525 and npm ci. This PR reverted the commit for CMR-8525 and replaced the npm ci call in deployment script so that the deployment will work with the existing forced resolution.