feat: ignore post-install for npm by default.

This commit is contained in:
Gea-Suan Lin
2026-05-16 16:42:05 +08:00
parent a6366f542d
commit dfd822fe86
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -60,6 +60,7 @@ export LESS="-EfmrSwX"
export LSCOLORS="gxfxcxdxbxegedabagacad"
export PYTHONDONTWRITEBYTECODE=yes
export QUILT_PATCHES="debian/patches"
export npm_config_ignore_scripts=true
#
if [[ ! "${PATH}" =~ "(^|:)/bin(:|$)" ]]; then
export PATH="/bin:${PATH}"
+1
View File
@@ -139,6 +139,7 @@ export LSCOLORS="gxfxcxdxbxegedabagacad"
export PYTHONDONTWRITEBYTECODE=yes
export QUILT_PATCHES="debian/patches"
export SAVEHIST=2000
export npm_config_ignore_scripts=true
#
if [[ ! "${PATH}" =~ "(^|:)/bin(:|$)" ]]; then
export PATH="/bin:${PATH}"