Skip to content

Commit

Permalink
Build to dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Aug 27, 2024
1 parent ee2aba3 commit 4e29dcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/*.rbxm*

# Luau
dist/
sourcemap*.json
globalTypes.d.luau

Expand Down
2 changes: 1 addition & 1 deletion default.project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"Packages": {
"$path": "Packages"
},
"$path": "build"
"$path": "dist"
}
}
2 changes: 1 addition & 1 deletion project.luau
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return {
SOURCE_PATH = "src",
BUILD_PATH = "build",
BUILD_PATH = "dist",
PACKAGES_PATH = "Packages",
LUNE_SCRIPTS_PATH = ".lune",

Expand Down

0 comments on commit 4e29dcd

Please sign in to comment.