Fix some code on the server to support code signing.
Currently, the server code includes .codepushrelease, which is a result of code signing, when calculating the package hash.
This causes a mismatch between the hash values calculated by the CLI and the server.
To resolve this, I added .codepushrelease to the server's isIgnored function in hash-utils.ts.
Fix some code on the server to support code signing.
Currently, the server code includes
.codepushrelease
, which is a result of code signing, when calculating the package hash. This causes a mismatch between the hash values calculated by the CLI and the server.To resolve this, I added
.codepushrelease
to the server's isIgnored function in hash-utils.ts.