diff --git a/buildspec-pr.yaml b/buildspec-pr.yaml index 1168f54b338ae..852070e934e86 100644 --- a/buildspec-pr.yaml +++ b/buildspec-pr.yaml @@ -14,9 +14,6 @@ phases: # this also takes care of launching the docker daemon. - /root/ecr-proxy/start.sh - # CodeBuild always runs as root, allow npm to operate as such - - npm config set unsafe-perm true - # Install yarn if it wasn't already present in the image - yarn --version || npm -g install yarn