Removing NODE_TLS_REJECT
This commit is contained in:
parent
05acbfa94e
commit
143e6a1a77
@ -6,9 +6,6 @@
|
|||||||
[[ -z "$1" ]] && echo Options: run \| build && exit 0
|
[[ -z "$1" ]] && echo Options: run \| build && exit 0
|
||||||
|
|
||||||
run() {
|
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 $@
|
./node_modules/electron/dist/electron main.js $@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user