mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01:00 
			
		
		
		
	fix: save flow-typed to cache
This commit is contained in:
		@@ -27,6 +27,10 @@ jobs:
 | 
			
		||||
          keys:
 | 
			
		||||
            - dependencies-{{ checksum "yarn.lock" }}
 | 
			
		||||
      - run: yarn flow-typed
 | 
			
		||||
      - save_cache:
 | 
			
		||||
          paths:
 | 
			
		||||
            - flow-typed
 | 
			
		||||
          key: flow-typed-{{ checksum "yarn.lock" }}
 | 
			
		||||
 | 
			
		||||
  lint:
 | 
			
		||||
    <<: *defaults
 | 
			
		||||
@@ -35,6 +39,7 @@ jobs:
 | 
			
		||||
      - restore_cache:
 | 
			
		||||
          keys:
 | 
			
		||||
            - dependencies-{{ checksum "yarn.lock" }}
 | 
			
		||||
            - flow-typed-{{ checksum "yarn.lock" }}
 | 
			
		||||
      - run: yarn lint
 | 
			
		||||
 | 
			
		||||
  test:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user