Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola R. Hristov <nikola@nikolahristov.tech>
  • Loading branch information
NikolaRHristov committed Apr 10, 2024
1 parent 11cfbe1 commit 81db21e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Function/Build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default (async (...[File, Option]: Parameters<Interface>) => {

Exec(`tsc -p ${Configuration.tsconfig}`);
Exec(`tsc-alias -p ${Configuration.tsconfig}`);
Exec("resolve-tspaths");
Exec(`resolve-tspaths -p ${Configuration.tsconfig}`);
}) satisfies Interface as Interface;

import type Interface from "@Interface/Build.js";
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 81db21e

Please sign in to comment.