Closed masaeedu closed 4 years ago
Changes to the lockfile should have been committed in neoclide/coc-yaml#10.
This is breaking updates via vim-plug when a post-update hook of yarn install --frozen-lockfile is used.
yarn install --frozen-lockfile
I was about to file an issue but I see there's already a PR addressing this problem. Thanks!
@bamzi since you were involved in the package.json bump, maybe you could quickly review this.
package.json
Changes to the lockfile should have been committed in neoclide/coc-yaml#10.
This is breaking updates via vim-plug when a post-update hook of
yarn install --frozen-lockfile
is used.