Commit e49102f
committed
Don't use npm update before publication
In our projects we use `npm update` to resolve latest versions for
prerelease packages from `@keep-network` scope that the current project
depends on. In case of `sortition-pools` there are no dependencies to any
contracts so we don't need to use `npm update`.
What plain `npm update` did was updating all the packages we defined in
dependencies that could cause problems as we were testing agains
specific versions locked in package-lock and also CI executed it's tests
agains them but here at the very last step before package publication we
updated locked versions. If we need to update contracts dependencies in
prerelease cycle we should specify which packages we want to update,
e.g. `npm update @keep-network/sortition-pools`.1 parent 5d77d5f commit e49102f
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 69 | | |
73 | 70 | | |
74 | 71 | | |
| |||
0 commit comments