Revert "Add sudo directly in circleci config"

This reverts commit 9eee147
This commit is contained in:
Hypnosphi 2018-04-13 23:32:00 +02:00
parent 9eee147a07
commit 06a9067991

View File

@ -75,7 +75,7 @@ jobs:
- core-dist-{{ .Revision }}
- run:
name: Workaround for https://github.com/GoogleChrome/puppeteer/issues/290
command: sudo sh ./scripts/workaround-puppeteer-issue-290.sh
command: sh ./scripts/workaround-puppeteer-issue-290.sh
- run:
name: "Build react kitchen-sink"
command: |