Skip to content

Commit 9a7adca

Browse files
committed
Update test-ci script
1 parent 0e612c7 commit 9a7adca

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
@@ -65,7 +65,7 @@
6565
"test:unit": "dotenvx -q run -f .env.test -- vitest --run",
6666
"test:unit:update": "dotenvx -q run -f .env.test -- vitest --run --update",
6767
"test:unit:coverage": "dotenvx -q run -f .env.test -- vitest run --coverage",
68-
"test-ci": "run-s build test:*",
68+
"test-ci": "pnpm test",
6969
"test-pre-commit": "dotenvx -q run -f .env.precommit -- pnpm test",
7070
"update": "run-p --aggregate-output update:* && run-s update:longtask:**",
7171
"update:deps": "taze",

0 commit comments

Comments
 (0)