Skip to content

Commit 316268b

Browse files
authored
fix: build (#117)
1 parent 3dd08d4 commit 316268b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/build.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const buildATool = async (tool: string, dist: string = distToolDir) => {
1919
naming: tool + '.js',
2020
target: 'node',
2121
plugins: [autoToolIdPlugin],
22-
external: ['zod', '@tool/utils'],
22+
external: ['@tool/utils'],
2323
minify: true
2424
});
2525
};
@@ -49,7 +49,6 @@ Bun.build({
4949
outdir: path.join(distDir, 'node_modules', '@tool', 'utils'),
5050
naming: '[name]',
5151
target: 'node',
52-
external: ['zod'],
5352
minify: true
5453
});
5554

0 commit comments

Comments
 (0)