build→render
This commit is contained in:
parent
d1a3de55ab
commit
5efa62dd40
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ class Project(Object):
|
||||||
|
|
||||||
def build(self) -> None:
|
def build(self) -> None:
|
||||||
"""Build the project."""
|
"""Build the project."""
|
||||||
run(str(self.root / "build.py"))
|
run(str(self.root / "render.py"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue