Open scotttjob opened 1 week ago
Latest commit: |
0e14791
|
Status: | ✅ Deploy successful! |
Preview URL: | https://8ec22bc6.atlantis.pages.dev |
Branch Preview URL: | https://scott-th-fixing-npm-link.atlantis.pages.dev |
Just chiming in, since I did a lot of stuff locally to make it semi functional. There are multiple steps necessary.
engine-strict=true
from .npmrc
in repos where you're trying to link Atlantis.components
, for example, chances are the one or more components on the page use something from hooks
, formatters
or any other Atlantis package imports.
Motivations
We've heard varying reports of
npm link
not working with Atlantis.We want
npm link
to be functional. The change in this PR seems to make it functional.Try it out and let us know!
Changes
Shipped jobber/formatters as ESM.
Testing
You should be able to use
npm link
in this branch without error and have your experience update on buildChanges can be tested via Pre-release
In Atlantis we use Github's built in pull request reviews.