Skip to content

Commit b30714d

Browse files
committed
add spec reporter
1 parent 12699de commit b30714d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"storybook": "turbo run storybook",
2929
"storybook:build": "turbo run storybook:build",
3030
"test": "turbo test:unit",
31-
"test:ci": "cross-env NODE_OPTIONS=\"--test-reporter=lcov --test-reporter-destination=lcov.info --test-reporter=junit --test-reporter-destination=junit.xml --test-reporter=@reporters/github --test-reporter-destination=stdout\" turbo test:unit",
31+
"test:ci": "cross-env NODE_OPTIONS=\"--test-reporter=lcov --test-reporter-destination=lcov.info --test-reporter=junit --test-reporter-destination=junit.xml --test-reporter=@reporters/github --test-reporter-destination=stdout --test-reporter=spec --test-reporter-destination=stdout\" turbo test:unit",
3232
"cloudflare:preview": "turbo run cloudflare:preview",
3333
"cloudflare:deploy": "turbo run cloudflare:deploy"
3434
},

0 commit comments

Comments
 (0)