who tf calls the start script run? npm run run, bruh
This commit is contained in:
parent
0cadc8611f
commit
6ead04def1
@ -5,7 +5,7 @@
|
|||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc -b",
|
"build": "tsc -b",
|
||||||
"run": "node build/index.js"
|
"start": "node build/index.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user