mirror of
				https://github.com/monkeytypegame/monkeytype.git
				synced 2025-10-31 19:26:22 +08:00 
			
		
		
		
	* Update package.json * Update CONTRIBUTING.md * Update install.cmd * Update pr-check.yml
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			77 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			77 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
| call npm ci
 | |
| cd .\frontend
 | |
| call npm ci
 | |
| cd ..\backend
 | |
| call npm ci
 | |
| cd ..\
 | |
| PAUSE
 |