ember-cli-release icon indicating copy to clipboard operation
ember-cli-release copied to clipboard

Take into account package-lock.json/support npm 5

Open steffansluis opened this issue 8 years ago • 0 comments

The release command doesn't seem to take into account the package-lock.json introduced by npm 5. Running npm install after running ember release causes the package-lock.json to update with the newly released version. This should handled by the ember-cli-release in some way.

steffansluis avatar Aug 10 '17 20:08 steffansluis