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 0e612c7 commit 9a7adcaCopy full SHA for 9a7adca
package.json
@@ -65,7 +65,7 @@
65
"test:unit": "dotenvx -q run -f .env.test -- vitest --run",
66
"test:unit:update": "dotenvx -q run -f .env.test -- vitest --run --update",
67
"test:unit:coverage": "dotenvx -q run -f .env.test -- vitest run --coverage",
68
- "test-ci": "run-s build test:*",
+ "test-ci": "pnpm test",
69
"test-pre-commit": "dotenvx -q run -f .env.precommit -- pnpm test",
70
"update": "run-p --aggregate-output update:* && run-s update:longtask:**",
71
"update:deps": "taze",
0 commit comments