reset dep cache
This commit is contained in:
		@@ -11,12 +11,12 @@ jobs:
 | 
			
		||||
      - checkout
 | 
			
		||||
      - run: echo 'export PATH=$HOME/CIRCLE_PROJECT_REPONAME/node_modules/.bin:$PATH' >> $BASH_ENV
 | 
			
		||||
      - restore_cache:
 | 
			
		||||
          key: dependency-cache-{{ checksum "package.json" }}
 | 
			
		||||
          key: dependency-cache-v1-{{ checksum "package.json" }}
 | 
			
		||||
      - run:
 | 
			
		||||
          name: yarn
 | 
			
		||||
          command: yarn --frozen-lockfile
 | 
			
		||||
      - save_cache:
 | 
			
		||||
          key: dependency-cache-{{ checksum "package.json" }}
 | 
			
		||||
          key: dependency-cache-v1-{{ checksum "package.json" }}
 | 
			
		||||
          paths:
 | 
			
		||||
            - ./node_modules
 | 
			
		||||
      - run: wget https://s3.amazonaws.com/testrpc-shapshots/${CONTRACTS_COMMIT_HASH}.zip
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user