add script run
This commit is contained in:
parent
78e7ade592
commit
225d5d259b
@ -15,7 +15,8 @@
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "nodemon index.js"
|
||||
"test": "nodemon index.js",
|
||||
"run" : "node index.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.1.10"
|
||||
|
Loading…
x
Reference in New Issue
Block a user