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]
|
[tasks.build]
|
||||||
clear = true
|
clear = true
|
||||||
command = "pnpm"
|
command = "pnpm"
|
||||||
args = ["tsx", "build.ts"]
|
args = ["tsx", "source/build.ts"]
|
||||||
|
|
||||||
# Remove build directories.
|
# Remove build directories.
|
||||||
[tasks.clean]
|
[tasks.clean]
|
||||||
|
|
Loading…
Reference in New Issue