Disable Node warnings in package.json

This commit is contained in:
Christer Warén 2021-09-10 01:21:14 +03:00
parent 8c9fe03629
commit 200f16eac0

View File

@ -5,8 +5,8 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "rimraf ./build && tsc", "build": "rimraf ./build && tsc",
"start": "node build/index.js", "start": "node --no-warnings build/index.js",
"start:dev": "npm run build && node build/index.js" "start:dev": "npm run build && node --no-warnings build/index.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",