mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-03 23:14:40 +00:00 
			
		
		
		
	Disable Node warnings in package.json
This commit is contained in:
		@@ -5,8 +5,8 @@
 | 
			
		||||
  "main": "index.js",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "build": "rimraf ./build && tsc",
 | 
			
		||||
    "start": "node build/index.js",
 | 
			
		||||
    "start:dev": "npm run build && node build/index.js"
 | 
			
		||||
    "start": "node --no-warnings build/index.js",
 | 
			
		||||
    "start:dev": "npm run build && node --no-warnings build/index.js"
 | 
			
		||||
  },
 | 
			
		||||
  "repository": {
 | 
			
		||||
    "type": "git",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user