Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Put TestEz under dev-dependencies in wally.toml (#89)
Browse files Browse the repository at this point in the history
* Piut testez under devdependency

* Add newline

* Place DevPackages

* Place DevPackages

* Replace Packages with DevPackages in gitignore

* Remove DevPackages from source
  • Loading branch information
Ukendio authored Dec 29, 2023
1 parent 0af3598 commit 092fad8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ luac.out
*.x86_64
*.hex

Packages
DevPackages
roblox.toml
build
*.rbxl
Expand Down
2 changes: 1 addition & 1 deletion test.project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"$path": "Packages",
"$path": "DevPackages",
"Matter": {
"$path": "lib"
}
Expand Down
4 changes: 2 additions & 2 deletions wally.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
exclude = ["example", "docs", "Packages", ".moonwave", "build", "pages", "tests", "AttackOfTheKillerRoombas.rbxl", "AttackOfTheKillerRoombas.rbxl.lock", "matter.rbxl", "matter.rbxm", "roblox.toml"]

[dependencies]
TestEZ = "roblox/[email protected]"
[dev-dependencies]
TestEZ = "roblox/[email protected]"

0 comments on commit 092fad8

Please sign in to comment.