fix: sudo with global npm update

This commit is contained in:
Wyatt Johnson
2018-07-17 12:50:21 -06:00
parent 2cf7f1e2ef
commit 7c139a37b4
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: Update NPM
command: npm update -g npm
command: sudo npm update -g npm
- run:
name: Install dependencies
command: npm install