Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 30, 2023
1 parent af8fb30 commit 3b51b34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source/Function/Build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default (async (...[File, Option]: Parameters<Type>) => {
Configuration,
await (
await import("../Function/File.js")
).default(Option?.ESBuild)
).default(Option.ESBuild)
)
: Configuration
);
Expand All @@ -52,7 +52,7 @@ export default (async (...[File, Option]: Parameters<Type>) => {
);

if (Option?.TypeScript) {
Exec(`tsc -p ${Option?.TypeScript}`);
Exec(`tsc -p ${Option.TypeScript}`);
} else {
Exec("tsc");
}
Expand Down
2 changes: 1 addition & 1 deletion Target/Function/Build.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b51b34

Please sign in to comment.