rush: 5.32.0
pnpm: 5.5.1
When running rush add -p package the package.json is extended, but the dependency is not inserted in alpahabetical order.
This causes issues down the line with other steps in the toolchain where the package.json is reordered which causes unncessary commits and unclean working directories.
I have seen other issues talking about keeping the general order of properties, but this seems not to be mentioned anywhere. If I overlooked it, please close this issue.
rush: 5.32.0
pnpm: 5.5.1
When running
rush add -p packagethe package.json is extended, but the dependency is not inserted in alpahabetical order.This causes issues down the line with other steps in the toolchain where the package.json is reordered which causes unncessary commits and unclean working directories.
I have seen other issues talking about keeping the general order of properties, but this seems not to be mentioned anywhere. If I overlooked it, please close this issue.