We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbc892 commit 9fe2fb9Copy full SHA for 9fe2fb9
dangerfile.js
@@ -5,5 +5,5 @@ const lockfileChanged = danger.git.modified_files.includes('package-lock.json');
5
if (packageChanged && !lockfileChanged) {
6
warn(`Changes were made to package.json, but not to package-lock.json.
7
8
-Perhaps you need to run \`rm package-lock.json && npm install\`. Make sure you’re using npm 5+.`);
+Perhaps you need to run \`npm install\` and commit changes in package-lock.json.. Make sure you’re using npm 5+.`);
9
}
0 commit comments