diff --git a/scripts/update.py b/scripts/update.py index e58e9c3e..b1be4ced 100644 --- a/scripts/update.py +++ b/scripts/update.py @@ -132,8 +132,10 @@ update_modulargrid.update() built_slugs_str = ", ".join(updated_slugs) print() -print(f"Please test packages.") -print(f"Press enter to upload the following packages and push the library repo: {built_slugs_str}") +print(f"Press enter to launch Rack and test the following packages: {built_slugs_str}") +input() +common.system(f"cd {RACK_SYSTEM_DIR} && ./Rack") +print(f"Press enter to generate screenshots, upload packages, upload screenshots, and commit/push the library repo.") input() # Generate screenshots