mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	node_cache: Disable pnpm update check.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							2afe6fea3a
						
					
				
				
					commit
					a31ff01211
				
			@@ -21,6 +21,7 @@ def setup_node_modules(production: bool = DEFAULT_PRODUCTION) -> None:
 | 
			
		||||
            "/usr/local/bin/pnpm",
 | 
			
		||||
            "install",
 | 
			
		||||
            "--frozen-lockfile",
 | 
			
		||||
            "--prefer-offline",
 | 
			
		||||
            *(["--prod"] if production else []),
 | 
			
		||||
        ]
 | 
			
		||||
    )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user