Skip to content

Commit 42b872f

Browse files
committed
Add recursive flag to update:socket script
1 parent 06027f3 commit 42b872f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"test-pre-commit": "dotenvx -q run -f .env.precommit -- pnpm test",
7171
"update": "run-p --aggregate-output update:**",
7272
"update:deps": "node scripts/taze.mjs",
73-
"update:socket": "pnpm update '@socketsecurity/*' --latest"
73+
"update:socket": "pnpm -r update '@socketsecurity/*' --latest"
7474
},
7575
"dependencies": {
7676
"@socketsecurity/registry": "1.2.2"

0 commit comments

Comments
 (0)