Resolving circle ci config issue.

This commit is contained in:
patelravi 2019-02-05 16:51:51 +05:30
parent 4d149666f0
commit f05a46cfc5

View file

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