Resolving circle ci config issue.

This commit is contained in:
patelravi 2019-02-05 16:40:10 +05:30
parent 4d73cf47d2
commit ac004f5812

View file

@ -9,16 +9,9 @@ jobs: # a collection of steps
- run:
name: update-npm
command: 'sudo npm install -g npm@latest'
- restore_cache: # special step to restore the dependency cache
# Read about caching dependencies: https://circleci.com/docs/2.0/caching/
key: dependency-cache-{{ checksum "package.json" }}
- run:
name: install-npm-wee
command: npm install
- save_cache: # special step to save the dependency cache
key: dependency-cache-{{ checksum "package.json" }}
paths:
- ./node_modules
- run: # run tests
name: test
command: gulp