Skip to content

Commit

Permalink
fix: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Feb 21, 2022
1 parent 4a95e37 commit f693fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ await esbuild.build({
target: 'node14',

plugins: [
esbuildPluginLicense.default({
esbuildPluginLicense({
thirdParty: {
includePrivate: false,
output: {
Expand Down

0 comments on commit f693fc7

Please sign in to comment.