add prod script

This commit is contained in:
b1ek 2023-03-04 11:45:17 +10:00
parent eaf1c72752
commit 4e036652c3
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node index.js"
"dev": "node index.js",
"prod": "node index.js"
},
"author": "b1ek",
"license": "MIT",