Skip to content

Commit 12069c6

Browse files
committed
minor fixes
1 parent 19db909 commit 12069c6

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

dev

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export WATCH=1
1212
export SITE_HOST=http://javascript.local
1313
export TUTORIAL_EDIT=
1414
export NODE_PRESERVE_SYMLINKS=1
15-
export NODE_OPTIONS=--openssl-legacy-provider
1615

1716
# Use a local bunyan if no other is found in the current environment
1817
if ! [ -x "$(command -v bunyan)" ]; then

dev.cmd

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ set NODE_LANG=%1
55
@set ASSET_VERSIONING=query
66
@set NODE_PRESERVE_SYMLINKS=1
77
@set NODE_PATH=./modules
8-
@set NODE_OPTIONS=--openssl-legacy-provider
98

109
call gulp dev | bunyan
1110

edit

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export TUTORIAL_LANG=$1
1010
export NODE_ENV=production
1111
export TUTORIAL_EDIT=1
1212
export NODE_PRESERVE_SYMLINKS=1
13-
export NODE_OPTIONS=--openssl-legacy-provider
1413

1514
# Use a local bunyan if no other is found in the current environment
1615
if ! [ -x "$(command -v bunyan)" ]; then

edit.cmd

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
@set ASSET_VERSIONING=query
1313
@set NODE_PRESERVE_SYMLINKS=1
1414
@set NODE_PATH=./modules
15-
@set NODE_OPTIONS=--openssl-legacy-provider
1615

1716
call gulp edit | bunyan
1817

0 commit comments

Comments
 (0)