morrowdigital / watermelondb-expo-plugin

119 stars 30 forks source link

CI for building and publishing to npm #30

Open killerchip opened 9 months ago

killerchip commented 9 months ago

Right now we are doing manual building and publishing to npm. We should create GH CI rules that build and publish to npm.

brunokiafuka commented 8 months ago

@killerchip, we can consider using github actions, and also change the branching model to prevent errors and allow testing before release.

killerchip commented 4 months ago

partway there... We do have now CI for building. But it would be good to gitignore the build folder and build dynamically with CI during releases.