mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-08 01:41:49 +00:00
chore: set security best practices npm flags in npmrc
This commit is contained in:
5
src/ModManUi/.npmrc
Normal file
5
src/ModManUi/.npmrc
Normal file
@@ -0,0 +1,5 @@
|
||||
# Do not run any npm lifecycle hook scripts (especially after installation).
|
||||
# Most dependencies should be fine with this.
|
||||
ignore-scripts=true
|
||||
# Always prefer locked versions from lockfile when installing.
|
||||
save-exact=true
|
||||
Reference in New Issue
Block a user