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 57914a5 commit 43e69a4Copy full SHA for 43e69a4
lib/vitest-reporter/build.js
@@ -9,7 +9,7 @@ const command = getBuildCommand({
9
entryPoints: ['./index.cts'],
10
bundle: true,
11
// @actions/core needs to be bundled because it might not be installed
12
- // when coverage tests are being run for individual packages
+ // for coverage tests that are being run for individual packages
13
external: ['istanbul-lib-report'],
14
format: 'cjs',
15
outfile: './dist.cjs',
0 commit comments