mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
meta: add .npmrc with ignore-scripts=true
If any depdencies actually need to run the scripts, the corresponding script can add --no-ignore-scripts. PR-URL: https://github.com/nodejs/node/pull/59914 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
This commit is contained in:
parent
97e55f8ea2
commit
f6f8eb7c25
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -21,6 +21,7 @@
|
||||||
!.nycrc
|
!.nycrc
|
||||||
!.yamllint.yaml
|
!.yamllint.yaml
|
||||||
!.configurations/
|
!.configurations/
|
||||||
|
!/.npmrc
|
||||||
|
|
||||||
# === Rules for root dir ===
|
# === Rules for root dir ===
|
||||||
/core
|
/core
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user