File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636
3737       - name : Install dependencies 
3838        if : steps.cache-node_modules.outputs.cache-hit != 'true' 
39-         run : npm ci 
39+         run : npm ci --force  
4040
4141      - name : Lint 
4242        run : npm run lint 
Original file line number Diff line number Diff line change 3030
3131       - name : Install dependencies 
3232        if : steps.cache-node_modules.outputs.cache-hit != 'true' 
33-         run : npm ci 
33+         run : npm ci --force  
3434
3535      - name : Lint 
3636        run : npm run lint 
6363
6464       - name : Install dependencies 
6565        if : steps.cache-node_modules.outputs.cache-hit != 'true' 
66-         run : npm ci 
66+         run : npm ci --force  
6767
6868      - name : Build 
6969        env :
@@ -101,7 +101,7 @@ jobs:
101101
102102       - name : Install dependencies 
103103        if : steps.cache-node_modules.outputs.cache-hit != 'true' 
104-         run : npm ci 
104+         run : npm ci --force  
105105
106106      - name : Build storybook 
107107        run : npm run build:docs 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments