Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
build: remove obsolete NODE_TLS_REJECT_UNAUTHORIZED=0
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Dec 15, 2019
1 parent 34a8164 commit 12c665a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/gaiama/gaiama.org/issues"
},
"scripts": {
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 GATSBY_TELEMETRY_DISABLED=1 GATSBY_TELEMETRY_DEBUG=0 GATSBY_GRAPHQL_IDE=playground ENABLE_GATSBY_REFRESH_ENDPOINT=1 gatsby develop --https --host 0.0.0.0",
"dev": "GATSBY_TELEMETRY_DISABLED=1 GATSBY_TELEMETRY_DEBUG=0 GATSBY_GRAPHQL_IDE=playground ENABLE_GATSBY_REFRESH_ENDPOINT=1 gatsby develop --https --host 0.0.0.0",
"dev:full": "GATSBY_GRAPHQL_IDE=playground GAIAMA_FULL_CONTENT=1 yarn dev",
"debug": "DEBUG=* yarn dev",
"debug:gatsby": "DEBUG=gatsby* yarn dev",
Expand Down

0 comments on commit 12c665a

Please sign in to comment.