Skip to content

Commit 17192e3

Browse files
committed
fix: correct update script glob pattern to match update:* subscripts
1 parent 08f5853 commit 17192e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"test-pre-commit": "pnpm test",
9090
"testu": "dotenvx -q run -f .env.test -- run-s pretest:unit; pnpm run test:unit:update --",
9191
"testuf": "dotenvx -q run -f .env.test -- pnpm run test:unit:update --",
92-
"update": "run-p --aggregate-output update:**",
92+
"update": "run-p --aggregate-output update:*",
9393
"update:deps": "node scripts/taze.mjs",
9494
"update:socket": "pnpm -r update '@socketsecurity/*' '@socketregistry/*' --latest"
9595
},

0 commit comments

Comments
 (0)