bcc-code / directus-schema-sync

The better way to sync your Directus schema and data between environments
Apache License 2.0
90 stars 4 forks source link

Add git workflow to publish to npm #20

Closed rvanoord closed 5 months ago

rvanoord commented 5 months ago

Add a github workflow to version and publish the schema-sync package to npm.

Upon creating a new version, a workflow should be triggered that ensures the version number has been updated and then building and eventually deploying the package to npm.

Take a look at how the design library has solved this.

adelinn commented 5 months ago

Done