You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yarn is great but pretty new. Sometimes we run into issues and should do a better job of documenting the work arounds.
ex.
yarn publish forces a version bump so we have to use npm publish
and
npm login doesn't carry over to yarn
so yarn knit -- publish won't work for scoped packages , need to use npm run knit -- publish
The text was updated successfully, but these errors were encountered:
Yarn is great but pretty new. Sometimes we run into issues and should do a better job of documenting the work arounds.
ex.
yarn publish forces a version bump so we have to use npm publish
and
npm login doesn't carry over to yarn
so
yarn knit -- publish
won't work for scoped packages , need to usenpm run knit -- publish
The text was updated successfully, but these errors were encountered: