Skip to content

Commit 13b9cec

Browse files
committed
Add LavaMoat allow-scripts auto script
- for updating allowlist when dependencies lifecycle scripts change - auto gen and write config to package.json setting new policies as `false` by default - (don't bother with overkill hidden `allow-scripts list` script)
1 parent 4c92913 commit 13b9cec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"scripts": {
66
"setup": "allow-scripts",
7+
"allow:auto": "allow-scripts auto",
78
"start": "react-native start",
89
"start:reset": "react-native start --reset-cache",
910
"android": "react-native run-android --active-arch-only",

0 commit comments

Comments
 (0)