ftrackhq / ftrack-ts-schema-generator

Gets the schema from an ftrack instance and generates typescript interfaces for all the entity types in the instance.
Apache License 2.0
2 stars 1 forks source link

feat: build with esbuild and publish to NPM #6

Closed gismya closed 1 year ago

gismya commented 1 year ago

Changes

Adds a build pipeline with esbuild and sets up the NPM publish scripts. Closing #2

Test

Does it build? Does it run? Will it publish?