Skip to content

Commit e94c573

Browse files
joyeecheungtargos
authored andcommitted
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: #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>
1 parent 9a3e58a commit e94c573

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
!.nycrc
2222
!.yamllint.yaml
2323
!.configurations/
24+
!/.npmrc
2425

2526
# === Rules for root dir ===
2627
/core

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ignore-scripts=true

0 commit comments

Comments
 (0)