equinor / react-native-msal

MSAL for React Native
MIT License
2 stars 3 forks source link

fix: Remove prepare script #21

Closed HavardNot closed 4 months ago

HavardNot commented 4 months ago

Removed the prepare script from package.json as it was causing issues with yarn in the pull request validation pipeline for MAD Platform.

Ref: https://github.com/yarnpkg/yarn/issues/7212#issuecomment-493720324

HavardNot commented 4 months ago

Do we know what expo-module prepare does? Removing it seems scary

I believe it is only needed when publishing to npm, might also be needed for running tests. I have tested it in Chronicles and there appears to be no consequence for removing it.