add package-lock=true in .npmrc (#9736)
Some users (like me) have this option disabled in their global npm config which can lead to package-lock.json not being updated. This explicitely enables the option for this repo, so that the file is always updated when adding/removing dependencies. Co-authored-by: techknowlogick <matti@mdranta.net> Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									2ecf98ed2d
								
							
						
					
					
						commit
						80bfd5145c
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								.npmrc
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								.npmrc
									
									
									
									
									
								
							|  | @ -1 +1,2 @@ | |||
| package-lock=true | ||||
| save-exact=true | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue