added sudo permissions to npm install command

pull/14/head
Scott Anderson 2019-01-18 14:40:22 -07:00
parent 10b08ca81f
commit c81e8c9f36
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
command: ./deploy/ci-install-s3deploy.sh
- run:
name: Install NPM dependencies
command: npm i -g postcss-cli autoprefixer
command: sudo npm i -g postcss-cli autoprefixer
- save_cache:
key: install-v1-{{ checksum ".circleci/config.yml" }}
paths: