mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-10-31 09:22:11 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			141 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			141 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| dist/tsc: node_modules src
 | |
| 	pnpx tsc
 | |
| 
 | |
| dist/index.js: dist/tsc
 | |
| 	pnpx ncc build --minify --source-map --no-cache dist/tsc/index.js --out dist/
 |