mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-10-31 10:31:06 +03:00 
			
		
		
		
	Fix deploy failure due to missing node_modules
The deploy script failed in the last build[1] due to a missing dependency. Skipping cleanup prevents the node_modules from being deleted and the build script form failing. I encountered this exact problem with simple-icons-font[2][3][4] and this fixed it. For now I manually releaesd v1.12.0[5]. --- 1. https://travis-ci.com/simple-icons/simple-icons/jobs/218315055#L547 2. https://github.com/simple-icons/simple-icons-font/pull/15 3. https://github.com/simple-icons/simple-icons-font/pull/17 4. https://github.com/simple-icons/simple-icons-font/pull/18 5. https://github.com/simple-icons/simple-icons/pull/1549
This commit is contained in:
		
							parent
							
								
									11cdbd7073
								
							
						
					
					
						commit
						16f3bcea12
					
				| @ -29,6 +29,7 @@ jobs: | |||||||
| 
 | 
 | ||||||
|       deploy: |       deploy: | ||||||
|         provider: npm |         provider: npm | ||||||
|  |         skip_cleanup: true | ||||||
|         email: "johanringmann@gmail.com" |         email: "johanringmann@gmail.com" | ||||||
|         api_key: "$NPM_KEY" |         api_key: "$NPM_KEY" | ||||||
|         on: |         on: | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user