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 4152dad commit 57914a5Copy full SHA for 57914a5
lib/vitest-reporter/build.js
@@ -8,6 +8,8 @@ import getBuildCommand from '@sourceacademy/modules-repotools/builder';
8
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
13
external: ['istanbul-lib-report'],
14
format: 'cjs',
15
outfile: './dist.cjs',
0 commit comments