Skip to content

Commit

Permalink
Merge pull request #2318 from storybooks/add-reset-to-lockfile-update…
Browse files Browse the repository at this point in the history
…-instruction

Add `--reset` to lockfile update instruction
  • Loading branch information
Hypnosphi authored Nov 15, 2017
2 parents a874358 + a0cfbfb commit 5473799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/repo-dirty-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const shell = require('shelljs');
// exit with code 1 if there are some changed files
if (shell.exec('git status --porcelain').stdout.trim() !== '') {
console.error(
'Git repo is dirty, please consider updating lockfiles by running `yarn bootstrap --core --docs`'
'Git repo is dirty, please consider updating lockfiles by running `yarn bootstrap --reset --core --docs`'
);
process.exit(1);
}

0 comments on commit 5473799

Please sign in to comment.