Skip to content

Commit

Permalink
Format and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiteru committed Apr 2, 2023
1 parent a7c6adb commit c43e65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const shared = {
treeShaking: true,
outdir: "dist",
target: ["esnext", "node18.0.0"],
} as BuildOptions ;
} as BuildOptions;

(async () => {
await Promise.all([
Expand Down

0 comments on commit c43e65a

Please sign in to comment.