We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f5853 commit 17192e3Copy full SHA for 17192e3
1 file changed
package.json
@@ -89,7 +89,7 @@
89
"test-pre-commit": "pnpm test",
90
"testu": "dotenvx -q run -f .env.test -- run-s pretest:unit; pnpm run test:unit:update --",
91
"testuf": "dotenvx -q run -f .env.test -- pnpm run test:unit:update --",
92
- "update": "run-p --aggregate-output update:**",
+ "update": "run-p --aggregate-output update:*",
93
"update:deps": "node scripts/taze.mjs",
94
"update:socket": "pnpm -r update '@socketsecurity/*' '@socketregistry/*' --latest"
95
},
0 commit comments