Skip to content

Commit d239841

Browse files
authored
chore: always ignore scripts (#4514)
We don't seem to have any dependencies that legitimately need an `install` or `postinstall` script, we already have `--ignore-scripts` in various of our `npm` commands; so let's disable it via the `.npmrc` to ensure no-one forgets to disable it.
1 parent e2457b3 commit d239841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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