add prod script
This commit is contained in:
parent
eaf1c72752
commit
4e036652c3
|
@ -5,7 +5,8 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"dev": "node index.js"
|
"dev": "node index.js",
|
||||||
|
"prod": "node index.js"
|
||||||
},
|
},
|
||||||
"author": "b1ek",
|
"author": "b1ek",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in New Issue