Resolving circle ci config issue.

This commit is contained in:
patelravi 2019-02-05 16:53:58 +05:30
parent bd997ab0a8
commit c028a973ae

View file

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