Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated zh-cn translation in cli section #5019

Merged
merged 2 commits into from Jan 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/zh/guide/cli-service.md
Expand Up @@ -126,12 +126,18 @@ npx vue-cli-service help [command]
{
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,vue}": [
"vue-cli-service lint",
"git add"
]
}
}
```

::: warning
`yorkie` fork 自 [`husky`](https://github.com/typicode/husky) 且并不和之后的版本兼容
`yorkie` fork 自 [`husky`](https://github.com/typicode/husky) 且并与后者不兼容
:::

## 配置时无需 Eject
Expand Down