Make let target "clean-all" remove node_modules folder too (#15780)
* Make let target "clean-all" remove node_modules folder too
This commit is contained in:
		
							parent
							
								
									9557b8603a
								
							
						
					
					
						commit
						272bbb200d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							|  | @ -219,7 +219,7 @@ node-check: | |||
| 
 | ||||
| .PHONY: clean-all | ||||
| clean-all: clean | ||||
| 	rm -rf $(WEBPACK_DEST_ENTRIES) | ||||
| 	rm -rf $(WEBPACK_DEST_ENTRIES) node_modules | ||||
| 
 | ||||
| .PHONY: clean | ||||
| clean: | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue