bbc/psammead

View on GitHub
scripts/forcePackageLockHttps.sh

Summary

Maintainability
Test Coverage
#!/bin/bash

find . -type f -name \"yarn.lock\" | grep -v node_modules | xargs -I % sh -c 'echo \"Replacing http->https in %\"; sed -i \"\" -e \"s/http:\\/\\//https:\\/\\//g\" %';