Skip to content

Commit 41a5d71

Browse files
committed
Build project before publishing
1 parent 30a4033 commit 41a5d71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/publish.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def predownload_portable_python(dst_dir: Path, custom_system):
7272

7373

7474
if __name__ == "__main__":
75+
subprocess.run(["yarn", "build"], cwd=ROOT_DIR)
7576
for item in PLATFORM_LIST:
7677
print(f"Publishing {item}")
7778
cleanup_predownload_dir(PREDOWNLOADED_DIR)

0 commit comments

Comments
 (0)