11 lines
		
	
	
		
			239 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			239 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import * as plugins from './npmci.plugins'
 | |
| import * as paths from './npmci.paths'
 | |
| 
 | |
| /**
 | |
|  * cleans npmci config files
 | |
|  */
 | |
| export let clean = async (): Promise<void> => {
 | |
|   plugins.smartfile.fs.removeSync(paths.NpmciPackageConfig)
 | |
|   return
 | |
| }
 |