Skip to content

Commit 0a3fc1c

Browse files
fix(security): add .npmrc with ignore-scripts=true
1 parent 5762a18 commit 0a3fc1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,4 @@ dist
107107
test-results
108108

109109
cypress/screenshots
110-
cypress/videos
111-
.npmrc
110+
cypress/videos

.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)