Skip to content

Commit a8764b5

Browse files
committed
fix(ci): set entrypoints ts
1 parent 007c98b commit a8764b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE.
2626

2727
await esbuild.build({
2828
bundle: true,
29-
entryPoints: ['index.js'],
29+
entryPoints: ['index.ts'],
3030
external: ['locales/*'],
3131
outfile: 'outfile.cjs',
3232
format: 'cjs',

0 commit comments

Comments
 (0)