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