add comment

This commit is contained in:
chenxsan 2021-02-22 18:50:21 +08:00
parent 315841d5dd
commit 067ceed560
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ function runSetupAsync() {
return exec("yarn", ["install"], "Install dependencies")
.then(() => exec("yarn", ["link"], "Create webpack symlink"))
.then(() => exec("yarn", ["link", "webpack"], "Link webpack into itself"))
.then(() => exec("yarn", ["run", "husky", "install"]));
.then(() => exec("yarn", ["run", "husky", "install"], "Enable Git hooks"));
}
function checkSymlinkExistsAsync() {