forge icon indicating copy to clipboard operation
forge copied to clipboard

feat: add forge upgrade reminder

Open DevanceJ opened this issue 1 year ago • 1 comments

  • [x] I have read the contribution documentation for this project.
  • [x] I agree to follow the code of conduct that this project follows, as appropriate.
  • [x] The changes are appropriately documented (if applicable).
  • [ ] The changes have sufficient test coverage (if applicable). I need to work on adding a test or two to cover my changes.
  • [x] The testsuite passes successfully on my local machine (if applicable).

Summarize your changes:

Fixes #3091 Add a check that informs the developer about a new Forge version and asks them to bump their packages when creating builds.

DevanceJ avatar Mar 11 '24 22:03 DevanceJ

How can I install a dependency in /packages/api/cli. When I used yarn add update-notifier and then tried yarn build I got multiple errors.

image

DevanceJ avatar Mar 12 '24 19:03 DevanceJ