mirror of
				https://github.com/easingthemes/ssh-deploy.git
				synced 2025-10-30 23:30:09 +08:00 
			
		
		
		
	Merge pull request #56 from easingthemes/feature/package-json-automation-2
Feature/package json automation 2
This commit is contained in:
		
						commit
						f04642c1f5
					
				| @ -9,9 +9,7 @@ | |||||||
|         "changelogFile": "docs/CHANGELOG.md" |         "changelogFile": "docs/CHANGELOG.md" | ||||||
|       } |       } | ||||||
|     ], |     ], | ||||||
|     ["@semantic-release/npm", { |     "@semantic-release/npm", | ||||||
|       "npmPublish": false |  | ||||||
|     }], |  | ||||||
|     [ |     [ | ||||||
|       "@semantic-release/git", |       "@semantic-release/git", | ||||||
|       { |       { | ||||||
|  | |||||||
							
								
								
									
										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", |   "name": "ssh-deploy", | ||||||
|   "version": "2.1.9", |   "version": "2.1.9", | ||||||
|   "description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.", |   "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": { |   "dependencies": { | ||||||
|     "command-exists": "1.2.9", |     "command-exists": "1.2.9", | ||||||
|     "node-cmd": "4.0.0", |     "node-cmd": "4.0.0", | ||||||
| @ -15,7 +15,7 @@ | |||||||
|     "eslint-plugin-import": "^2.23.3" |     "eslint-plugin-import": "^2.23.3" | ||||||
|   }, |   }, | ||||||
|   "scripts": { |   "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": "eslint ./src/index.js", | ||||||
|     "lint:fix": "eslint ./src/index.js --fix" |     "lint:fix": "eslint ./src/index.js --fix" | ||||||
|   }, |   }, | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Dragan Filipović
						Dragan Filipović