Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add package builder #4

Closed
thekingofcity opened this issue Jan 16, 2022 · 1 comment · Fixed by #6
Closed

Add package builder #4

thekingofcity opened this issue Jan 16, 2022 · 1 comment · Fixed by #6

Comments

@thekingofcity
Copy link
Member

thekingofcity commented Jan 16, 2022

Generate .ts from .json while maintaing the type info.

Involves some hardcoded code, but I'm feeling ok as this is a rather small and steady project.

@wongchito
Copy link
Member

Here's my thought of the build flow:

  1. Run ./builder/build.ts to build the .ts file
  2. tsc for compiling (do we need this?)
  3. npm publish
  4. Build rmg-palette frontend

wongchito added a commit that referenced this issue Jan 19, 2022
thekingofcity added a commit that referenced this issue Jan 21, 2022
thekingofcity added a commit that referenced this issue Jan 21, 2022
Co-authored-by: Chito Wong <chi.to.wong@outlook.com>
@thekingofcity thekingofcity linked a pull request Jan 21, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants