mirror of
				https://github.com/actions/setup-node.git
				synced 2025-10-31 23:43:33 +00:00 
			
		
		
		
	Make linter happy
This commit is contained in:
		
							parent
							
								
									574c6daa52
								
							
						
					
					
						commit
						473cb1b506
					
				| @ -25,8 +25,11 @@ function writeRegistryToFile( | ||||
|   if (!scope && registryUrl.indexOf('npm.pkg.github.com') > -1) { | ||||
|     scope = github.context.repo.owner; | ||||
|   } | ||||
|   if (!scope && namePrefix = require('./package').name.match('@[^/]+')) { | ||||
|     scope = namePrefix[0]; | ||||
|   if (!scope) { | ||||
|     let namePrefix = require('./package').name.match('@[^/]+'); | ||||
|     if (namePrefix) { | ||||
|       scope = namePrefix[0]; | ||||
|     } | ||||
|   } | ||||
|   if (scope && scope[0] != '@') { | ||||
|     scope = '@' + scope; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user