Skip to content

Commit

Permalink
improve build script
Browse files Browse the repository at this point in the history
  • Loading branch information
iamfrank committed Dec 1, 2023
1 parent d2d0d23 commit 673432a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ esbuild.build({
.catch(() => process.exit(1))

// Production build lib JS/CSS
const filename = `${ pkg.name }-${ pkg.version }.min`
const filename = `okapi-${ pkg.version }.min`
const entry_points = {[filename]: 'src/Index.js'}
esbuild.build({
entryPoints: entry_points,
Expand Down

0 comments on commit 673432a

Please sign in to comment.