Skip to content

Commit

Permalink
fix: migration cli by making packages external
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Dec 10, 2024
1 parent 11b049c commit 1f5d1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/foundations/scripts/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ await build({
outfile: './build/index.js',
platform: 'node',
format: 'esm',
external: ['chalk']
packages: 'external'
});

0 comments on commit 1f5d1f2

Please sign in to comment.