Skip to content

Commit 1c479c1

Browse files
committed
chore(alias): fix ci:test to use Vitest reporter instead of unsupported --verbose
1 parent 56d86f6 commit 1c479c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/alias/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"ci:coverage": "nyc pnpm test && nyc report --reporter=text-lcov > coverage.lcov",
2727
"ci:lint": "pnpm build && pnpm lint",
2828
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
29-
"ci:test": "pnpm test -- --verbose",
29+
"ci:test": "pnpm test -- --reporter=verbose",
3030
"prebuild": "del-cli dist",
3131
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3232
"prerelease": "pnpm build",

0 commit comments

Comments
 (0)