Skip to content

Commit bed03a4

Browse files
author
Barthelemy Ledoux
committed
ci: update dangerfile
1 parent 13d277d commit bed03a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dangerfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const lockfileChanged = danger.git.modified_files.includes("package-lock.json");
88

99
if (packageChanged && !lockfileChanged) {
1010
warn(`Changes were made to \`package.json\`, but not to \`package-lock.json\`.
11-
If you’ve changed any dependencies (added, removed or updated any packages), please run \`yarn install\` and commit changes in package-lock.json file.`);
11+
If you’ve changed any dependencies (added, removed or updated any packages), please run \`npm install\` and commit changes in package-lock.json file. Make sure you’re using npm 5.7+.`);
1212
}
1313

1414
if (!packageChanged && lockfileChanged) {

0 commit comments

Comments
 (0)