Removing NODE_TLS_REJECT

This commit is contained in:
shockrah 2021-03-03 16:25:13 -08:00
parent 05acbfa94e
commit 143e6a1a77

View File

@ -6,9 +6,6 @@
[[ -z "$1" ]] && echo Options: run \| build && exit 0
run() {
# Required to tests against the self certs we use in testing envs
export NODE_TLS_REJECT_UNAUTHORIZED='0'
export DEV_ENV=true
./node_modules/electron/dist/electron main.js $@
}