Skip to content

Commit d9a9034

Browse files
committed
turns out we just have to install the packages
1 parent 3aee3e8 commit d9a9034

File tree

4 files changed

+15
-144
lines changed

4 files changed

+15
-144
lines changed

.github/actions/build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const buildCommand = getBuildCommand({
88
],
99
format: 'esm',
1010
outdir: 'dist',
11+
packages: 'external',
1112
platform: 'node',
1213
target: 'node20'
1314
});

0 commit comments

Comments
 (0)