mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Use cross-env in npm scripts
This commit is contained in:
@@ -6,12 +6,13 @@
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
"start": "npm run build -- --display=errors-only && electron dist",
|
||||
"start:prod": "NODE_ENV=production npm start",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user