From a722421130b1dfb9adb3ad7bdb8a939cbfe125d4 Mon Sep 17 00:00:00 2001 From: Bauke Date: Fri, 14 Apr 2023 11:49:14 +0200 Subject: [PATCH] Fix the build file path. --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index 465d0bc..60ac76d 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -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]