isographlabs / isograph

The UI framework for teams that move fast — without breaking things.
MIT License
202 stars 9 forks source link

Build Demos as a part of CI/CD #6

Closed edmondop closed 5 months ago

edmondop commented 5 months ago

As of today, the demos represent effectively a form of integration tests between the compiler, the babel plugin, and Typescript code that uses Isograph. We need to extend our Github Workflows to run the compilation process on each push

rbalicki2 commented 5 months ago