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 "prepare" command is executed right after package installation.
The package should be built in "prepare" step (instead of running husky install which is not needed in that case anyway).
Not building the package in prepare means that if installed directly via github link: npm install https://github.com/zerodays/react-native-gen-ui the installation does not set up the package properly, making it unusable (unless the package is then built manually in the node_modules). This needs to be done because the /lib folder where the built files are inserted is added to .gitignore.
The text was updated successfully, but these errors were encountered:
Current Behavior
Expected Behavior
Explanation
The "prepare" command is executed right after package installation.
The package should be built in "prepare" step (instead of running husky install which is not needed in that case anyway).
Not building the package in prepare means that if installed directly via github link:
npm install https://github.com/zerodays/react-native-gen-ui
the installation does not set up the package properly, making it unusable (unless the package is then built manually in the node_modules). This needs to be done because the /lib folder where the built files are inserted is added to .gitignore.The text was updated successfully, but these errors were encountered: