We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901a458 commit e404c15Copy full SHA for e404c15
package.json
@@ -69,7 +69,7 @@
69
"test-ci": "dotenvx -q run -f .env.test -- vitest --config .config/vitest.config.mts --run",
70
"type-ci": "pnpm run check:tsc",
71
"test-pre-commit": "dotenvx -q run -f .env.precommit -- pnpm test",
72
- "update": "run-p --aggregate-output update:* && run-s update:longtask:**",
+ "update": "run-p --aggregate-output update:* && run-s update:longtask:*",
73
"update:deps": "node scripts/taze.mjs",
74
"update:socket": "pnpm -r update '@socketsecurity/*' '@socketregistry/*' --latest",
75
"update:longtask:data:npm": "node ./scripts/update-data-npm.mjs"
0 commit comments