mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-11-04 19:58:21 +08:00 
			
		
		
		
	Add TypeScript build step
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,2 +1,3 @@
 | 
			
		||||
node_modules
 | 
			
		||||
*.log
 | 
			
		||||
/dist/tsc
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
  "private": true,
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "build:typescript": "tsc"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "download": "^8.0.0",
 | 
			
		||||
    "@actions/core": "^1.2.4",
 | 
			
		||||
 
 | 
			
		||||
@@ -11,6 +11,7 @@
 | 
			
		||||
      "ES2020",
 | 
			
		||||
      "ESNext"
 | 
			
		||||
    ],
 | 
			
		||||
    "outDir": "./dist/tsc",
 | 
			
		||||
    "preserveConstEnums": true,
 | 
			
		||||
    "incremental": false,
 | 
			
		||||
    "declaration": true,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user