mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-12-23 05:53:18 +00:00
Disable Node warnings in package.json
This commit is contained in:
parent
8c9fe03629
commit
200f16eac0
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user