fix: minify dist
This commit is contained in:
		
							parent
							
								
									2197bc60ef
								
							
						
					
					
						commit
						87551c3893
					
				
							
								
								
									
										746
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										746
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@ -2,7 +2,7 @@
 | 
			
		||||
  "name": "ssh-deploy",
 | 
			
		||||
  "version": "2.1.9",
 | 
			
		||||
  "description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.",
 | 
			
		||||
  "main": "src/index.js",
 | 
			
		||||
  "main": "dist/index.js",
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "command-exists": "1.2.9",
 | 
			
		||||
    "node-cmd": "4.0.0",
 | 
			
		||||
@ -15,7 +15,7 @@
 | 
			
		||||
    "eslint-plugin-import": "^2.23.3"
 | 
			
		||||
  },
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "build": "npm run lint && ncc build ./src/index.js -o dist",
 | 
			
		||||
    "build": "npm run lint && ncc build ./src/index.js -o dist -m",
 | 
			
		||||
    "lint": "eslint ./src/index.js",
 | 
			
		||||
    "lint:fix": "eslint ./src/index.js --fix"
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user