diff --git a/rwx/prj/__init__.py b/rwx/prj/__init__.py index ea6a67e..f545f73 100644 --- a/rwx/prj/__init__.py +++ b/rwx/prj/__init__.py @@ -22,4 +22,4 @@ class Project(Object): def build(self) -> None: """Build the project.""" - run(str(self.root / "build.py")) + run(str(self.root / "render.py"))