Conversation
SilverSting
commented
Oct 17, 2023
- Replaced react-scripts with tsup
- Removed babel and its plugins
- Removed unnecessary assets
- Replaced react-scripts with tsup - Removed babel and its plugins - Removed unnecessary assets
- Added CHANGELOG - Fixed package name - Added github workflow
- Changed the runner - Removed Netlify reference
|
Couple of things to notice. Since the parent repo is public, this repo also has to stay open for visibility. This prevents access to the shared Action Runners. Similar to |
|
FYI, here is a brand new repo that hosts a public (not by choice) package. This was forked from an open source project that was created by an ex ACG employee. The original repo hasn't been updated for 4 years. But we are still using it in 5 FE apps, including the primary ones like Learn and Teams. In order to gain more control over it, @timkinnane and I have decided to fork this. |
|
It's not necessary to be public just to fork. You can clone as a bare repo then push to a new origin... https://stackoverflow.com/questions/10065526/github-how-to-make-a-fork-of-public-repository-private The later steps illustrate how to add the original as a secondary origin, to keep up to date, but it's not really necessary when it's no longer maintained. |