Skip to content

Commit e404c15

Browse files
committed
fix: correct update script glob pattern to match update:* subscripts
1 parent 901a458 commit e404c15

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
@@ -69,7 +69,7 @@
6969
"test-ci": "dotenvx -q run -f .env.test -- vitest --config .config/vitest.config.mts --run",
7070
"type-ci": "pnpm run check:tsc",
7171
"test-pre-commit": "dotenvx -q run -f .env.precommit -- pnpm test",
72-
"update": "run-p --aggregate-output update:* && run-s update:longtask:**",
72+
"update": "run-p --aggregate-output update:* && run-s update:longtask:*",
7373
"update:deps": "node scripts/taze.mjs",
7474
"update:socket": "pnpm -r update '@socketsecurity/*' '@socketregistry/*' --latest",
7575
"update:longtask:data:npm": "node ./scripts/update-data-npm.mjs"

0 commit comments

Comments
 (0)