Resolving circle ci config issue.

This commit is contained in:
patelravi 2019-02-05 16:57:10 +05:30
parent 10764f5275
commit f98c27f82b

View file

@ -11,7 +11,7 @@ jobs: # a collection of steps
command: 'sudo npm install -g npm@latest'
- run:
name: update-gulp
command: 'npm install -g gulp'
command: 'sudo npm install -g gulp'
- run:
name: install-npm-wee
command: 'npm install --dev'