feat: ignore post-install for npm by default.
This commit is contained in:
@@ -60,6 +60,7 @@ export LESS="-EfmrSwX"
|
|||||||
export LSCOLORS="gxfxcxdxbxegedabagacad"
|
export LSCOLORS="gxfxcxdxbxegedabagacad"
|
||||||
export PYTHONDONTWRITEBYTECODE=yes
|
export PYTHONDONTWRITEBYTECODE=yes
|
||||||
export QUILT_PATCHES="debian/patches"
|
export QUILT_PATCHES="debian/patches"
|
||||||
|
export npm_config_ignore_scripts=true
|
||||||
#
|
#
|
||||||
if [[ ! "${PATH}" =~ "(^|:)/bin(:|$)" ]]; then
|
if [[ ! "${PATH}" =~ "(^|:)/bin(:|$)" ]]; then
|
||||||
export PATH="/bin:${PATH}"
|
export PATH="/bin:${PATH}"
|
||||||
|
|||||||
@@ -139,6 +139,7 @@ export LSCOLORS="gxfxcxdxbxegedabagacad"
|
|||||||
export PYTHONDONTWRITEBYTECODE=yes
|
export PYTHONDONTWRITEBYTECODE=yes
|
||||||
export QUILT_PATCHES="debian/patches"
|
export QUILT_PATCHES="debian/patches"
|
||||||
export SAVEHIST=2000
|
export SAVEHIST=2000
|
||||||
|
export npm_config_ignore_scripts=true
|
||||||
#
|
#
|
||||||
if [[ ! "${PATH}" =~ "(^|:)/bin(:|$)" ]]; then
|
if [[ ! "${PATH}" =~ "(^|:)/bin(:|$)" ]]; then
|
||||||
export PATH="/bin:${PATH}"
|
export PATH="/bin:${PATH}"
|
||||||
|
|||||||
Reference in New Issue
Block a user