Add command line flag for enabling production cert

This commit is contained in:
Max Goodman
2020-06-21 02:10:23 -07:00
parent b191079bf2
commit a1e3f100c7
4 changed files with 8 additions and 50 deletions

View File

@@ -6,13 +6,11 @@
"scripts": {
"build": "webpack",
"start": "npm run build -- --display=errors-only && electron dist",
"start:prod": "cross-env NODE_ENV=production npm start",
"test": "jest"
},
"author": "Max Goodhart <c@chromakode.com>",
"license": "MIT",
"dependencies": {
"cross-env": "^7.0.2",
"csvtojson": "^2.0.10",
"ejs": "^3.1.3",
"electron": "^9.0.4",