fix: watch files in subfolder
This commit is contained in:
		
							parent
							
								
									b2b490b191
								
							
						
					
					
						commit
						b84489ff6b
					
				@ -24,7 +24,7 @@
 | 
				
			|||||||
    "restart-prod": "npm run build-prod && npm run stop && npm run start",
 | 
					    "restart-prod": "npm run build-prod && npm run stop && npm run start",
 | 
				
			||||||
    "restart": "npm run restart-dev",
 | 
					    "restart": "npm run restart-dev",
 | 
				
			||||||
    "reload": "npm run build-dev && node scripts/reload.mjs",
 | 
					    "reload": "npm run build-dev && node scripts/reload.mjs",
 | 
				
			||||||
    "watch": "chokidar \"src/*.*\" \"addon/*.*\" -c \"npm run reload\"",
 | 
					    "watch": "chokidar \"src/**\" \"addon/**\" -c \"npm run reload\"",
 | 
				
			||||||
    "release": "release-it",
 | 
					    "release": "release-it",
 | 
				
			||||||
    "lint": "prettier --write . && eslint . --ext .ts --fix",
 | 
					    "lint": "prettier --write . && eslint . --ext .ts --fix",
 | 
				
			||||||
    "test": "echo \"Error: no test specified\" && exit 1",
 | 
					    "test": "echo \"Error: no test specified\" && exit 1",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user