Remove test stream, add prod script

This commit is contained in:
Mark Cooper 2021-09-18 16:42:20 -05:00
parent f54d48270e
commit 2f6417dec2
2 changed files with 13 additions and 12 deletions

View file

@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"dev": "node index.js",
"start": "node index.js"
"start": "node index.js",
"prod": "NODE_ENV=production node index.js"
},
"author": "advplyr",
"license": "ISC",