Common-Metadata-Repository icon indicating copy to clipboard operation
Common-Metadata-Repository copied to clipboard

CMR-8571 Fixed Graph-db deployment

Open ygliuvt opened this issue 3 years ago • 0 comments

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.

ygliuvt avatar Aug 19 '22 02:08 ygliuvt