mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-11-04 13:29:08 +08:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			189 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			189 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 
								 | 
							
								node_modules: package.json
							 | 
						||
| 
								 | 
							
									pnpm install --prefer-offline
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								dist/tsc:	node_modules src
							 | 
						||
| 
								 | 
							
									pnpx tsc
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								dist/index.js: dist/tsc
							 | 
						||
| 
								 | 
							
									pnpx ncc build --minify --source-map dist/tsc/index.js --out dist/
							 |