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
The precommit hook currently generates the metadata.json and zips and adds them to the commit. In general, I think precommit hooks shouldn't add things to your commit automatically. This should be revisited: maybe the hook should fail if there are changes to relevant files, and instruct the developer to run the build command before commiting.
The text was updated successfully, but these errors were encountered:
The precommit hook currently generates the
metadata.json
andzips
and adds them to the commit. In general, I think precommit hooks shouldn't add things to your commit automatically. This should be revisited: maybe the hook should fail if there are changes to relevant files, and instruct the developer to run thebuild
command before commiting.The text was updated successfully, but these errors were encountered: