Merge branch 'master' into dependencies.io-update-build-67.0.0

This commit is contained in:
Filipp Riabchun 2017-11-15 23:50:11 +03:00 committed by GitHub
commit f53a63b015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}