I think the monorepo skeleton is now complete.
Here is how I suggest we proceed:
- Since you are more familiar with the source, you can create a package with the relevant files and consume it from the backend and frontend workspaces (add it as a dependency using the
workspace:* protocol).
- Once that is done, I can take care of generating the
dist folder with the artifacts that will be published to npm (JavaScript and .d.ts files produced by tsc).
- We then decide which tool to use for automated publishing (e.g., Release Please, Changesets, etc.).
- I will set up the publishing workflow.
- Publish the package.
I'll need access to npm org or you will have to publish the package your self and then setup OIDC.
- After that is complete, we can repeat the same process for the cards package.
What do you think?
I think the monorepo skeleton is now complete.
Here is how I suggest we proceed:
workspace:*protocol).distfolder with the artifacts that will be published to npm (JavaScript and.d.tsfiles produced bytsc).I'll need access to npm org or you will have to publish the package your self and then setup OIDC.
What do you think?