Fix the build file path.
This commit is contained in:
parent
d03e46a481
commit
a722421130
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue