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
After updating primer-utilities with npm run bump in #502, the CI build failed trying to publish primer-module-build in script/release-candidate. I suspect that it's because the devDependencies.primer-utilities field in its package.json wasn't updated by the bump script (that is, by Lerna) because it still listed 4.9.0, while the bumped version was 4.11.1. When I updated the version manually in 08bd474, the build succeeded.
Until we track this down, we might either need to update primer-module-build manually whenever the version of primer-utilities increments or try moving primer-utilities from devDependencies to dependencies to see if Lerna updates it correctly.
The text was updated successfully, but these errors were encountered:
After updating
primer-utilities
withnpm run bump
in #502, the CI build failed trying to publishprimer-module-build
inscript/release-candidate
. I suspect that it's because thedevDependencies.primer-utilities
field in itspackage.json
wasn't updated by the bump script (that is, by Lerna) because it still listed4.9.0
, while the bumped version was4.11.1
. When I updated the version manually in 08bd474, the build succeeded.Until we track this down, we might either need to update
primer-module-build
manually whenever the version ofprimer-utilities
increments or try movingprimer-utilities
fromdevDependencies
todependencies
to see if Lerna updates it correctly.The text was updated successfully, but these errors were encountered: