Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 6e2ee65

Browse files
Merge pull request #65 from ShorensteinCenter/devel
[Bugfix, N/A] Added 'sudo' to codedeploy npm install command
2 parents f0a0e01 + fe11e51 commit 6e2ee65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- run:
9898
name: Deploy via AWS CodeDeploy
9999
command: |
100-
npm install -g aws-code-deploy
100+
sudo npm install -g aws-code-deploy
101101
aws-code-deploy
102102
103103
workflows:

0 commit comments

Comments
 (0)