mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-04 05:53:21 +00:00 
			
		
		
		
	The two package.json structure is no longer needed. https://www.electron.build/tutorials/two-package-structure Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			126 B
		
	
	
	
		
			Batchfile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			126 B
		
	
	
	
		
			Batchfile
		
	
	
		
			Executable File
		
	
	
	
	
@echo off
 | 
						|
 | 
						|
echo "Removing node_modules"
 | 
						|
rmdir /s /q node_modules
 | 
						|
 | 
						|
echo "node_modules removed reinstalling npm packages"
 | 
						|
npm i
 |