Skip to content

Commit 3f56193

Browse files
committed
chore:change dist from .bin to bin
1 parent a932ce4 commit 3f56193

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

esbuild.config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const packageJson = JSON.parse(
99
)
1010
const esbuildConfig = {
1111
entryPoints: ['bin/lk.js', 'bin/lf.js', 'bin/lc.js'],
12-
outdir: 'pl-cli/.bin',
12+
outdir: 'pl-cli/bin',
1313
platform: 'node',
1414
target: ['node20'],
1515
format: 'esm',
@@ -21,9 +21,9 @@ const esbuildConfig = {
2121
},
2222
}
2323
const buildBinConfig = {
24-
lk: '.bin/lk.js',
25-
lf: '.bin/lf.js',
26-
lc: '.bin/lc.js',
24+
lk: 'bin/lk.js',
25+
lf: 'bin/lf.js',
26+
lc: 'bin/lc.js',
2727
}
2828
const publishExcludeFields = [
2929
'scripts',

0 commit comments

Comments
 (0)