Fix the build file path.

This commit is contained in:
Bauke 2023-04-14 11:49:14 +02:00
parent d03e46a481
commit a722421130
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ args = ["conc", "-c=auto", "-k", "makers watch", "makers run"]
[tasks.build]
clear = true
command = "pnpm"
args = ["tsx", "build.ts"]
args = ["tsx", "source/build.ts"]
# Remove build directories.
[tasks.clean]