You've already forked sap-jenkins-library
							
							
				mirror of
				https://github.com/SAP/jenkins-library.git
				synced 2025-10-30 23:57:50 +02:00 
			
		
		
		
	Ensure npm dev dependencies are available after mtaBuild as they are required by certain tests. Co-authored-by: Kevin Hudemann <kevin.hudemann@sap.com> Co-authored-by: Daniel Kurzynski <daniel.kurzynski@sap.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			177 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			177 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "name": "my-awesome-package",
 | |
|     "version": "1.0.0",
 | |
|     "dependencies": {
 | |
|         "uuid": "^8.1.0"
 | |
|     },
 | |
|     "devDependencies": {
 | |
|         "is-number": "^7.0.0"
 | |
|     }
 | |
| }
 |