Skip to content

Commit a0698b9

Browse files
authored
build: DH-21044: Ignore scripts in npm (#1273)
- Set the ignore-scripts flag to `true` to avoid running pre/post install scripts
1 parent ab01d29 commit a0698b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.npmrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
provenance=true
1+
provenance=true
2+
ignore-scripts=true

0 commit comments

Comments
 (0)