Closed orangejulius closed 3 years ago
These scripts will try to run the downloadMetadata task before the code actually exists in the Docker image.
downloadMetadata
We explicitly run that step later, so it's not a problem to skip it during npm install
npm install
These scripts will try to run the
downloadMetadata
task before the code actually exists in the Docker image.We explicitly run that step later, so it's not a problem to skip it during
npm install