You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, creating a zip file for release requires running composer install and then zipping the entire repository. We should add a process, either via Composer script, NPM script, or GitHub action to generate a Zip file with all needed files added and all unnecessary files removed.
The text was updated successfully, but these errors were encountered:
Currently, creating a zip file for release requires running
composer install
and then zipping the entire repository. We should add a process, either via Composer script, NPM script, or GitHub action to generate a Zip file with all needed files added and all unnecessary files removed.The text was updated successfully, but these errors were encountered: