Skip to content

Commit f376efd

Browse files
authored
Run generate for editable installs
1 parent a8a6f53 commit f376efd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def run(self):
127127
docs_compiler.start()
128128

129129

130-
if len(argv) > 1 and argv[1] in ["bdist_wheel", "install"]:
130+
if len(argv) > 1 and argv[1] in ["bdist_wheel", "install", "develop"]:
131131
error_compiler.start()
132132
api_compiler.start()
133133
docs_compiler.start()

0 commit comments

Comments
 (0)