Trrack / trrackjs

A library for history/provenance tracking in web-based visualizations.
https://apps.vdl.sci.utah.edu/trrack
BSD 3-Clause "New" or "Revised" License
17 stars 7 forks source link

chore: add GitHub Action that tries to build all projects #17

Closed jamesscottbrown closed 1 year ago

jamesscottbrown commented 1 year ago

This adds a GitHub Action that attempts to build all projects.

This would highlight problems like the type errors that currently prevent the examples from running (e.g., Issue #15).

kirangadhave commented 1 year ago

Trrack uses the NX monorepo build system to figure out how to build the dependent packages. I will take a look at the error messages, and we can merge the PR

kirangadhave commented 1 year ago

Sorry for the late update on this. I have been making some changes to the build and CI/CD setup for trrack. I will be closing this PR since we don't need the functionality to build all the apps.

I have a bigger PR coming soon which has some changes which along with the above-mentioned changes cover the objective of this PR. Some of the stuff included in the PR will be:

Thank you for the initial PR!