Skip to content

Commit 57914a5

Browse files
committed
Final modifications
1 parent 4152dad commit 57914a5

File tree

3 files changed

+23
-21
lines changed

3 files changed

+23
-21
lines changed

lib/vitest-reporter/build.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import getBuildCommand from '@sourceacademy/modules-repotools/builder';
88
const command = getBuildCommand({
99
entryPoints: ['./index.cts'],
1010
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
1113
external: ['istanbul-lib-report'],
1214
format: 'cjs',
1315
outfile: './dist.cjs',

0 commit comments

Comments
 (0)