From 4e29dcd9548c636cb590ff91159b47c8ad5fa220 Mon Sep 17 00:00:00 2001 From: Marin Minnerly Date: Mon, 26 Aug 2024 19:51:19 -0700 Subject: [PATCH] Build to `dist` folder --- .gitignore | 1 + default.project.json | 2 +- project.luau | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cfcb644..22d1539 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /*.rbxm* # Luau +dist/ sourcemap*.json globalTypes.d.luau diff --git a/default.project.json b/default.project.json index 071200e..9b0b420 100644 --- a/default.project.json +++ b/default.project.json @@ -4,6 +4,6 @@ "Packages": { "$path": "Packages" }, - "$path": "build" + "$path": "dist" } } \ No newline at end of file diff --git a/project.luau b/project.luau index fbc7c94..02d6a07 100644 --- a/project.luau +++ b/project.luau @@ -2,7 +2,7 @@ return { SOURCE_PATH = "src", - BUILD_PATH = "build", + BUILD_PATH = "dist", PACKAGES_PATH = "Packages", LUNE_SCRIPTS_PATH = ".lune",