Commit ed984e492bbbe10014510711390e24b77d9470e2
1 parent
0bb87879
1.生成科拖货时间修改为生产科拖货时间 2.跟单员只能看到客户单价和客户总金额
Showing
1 changed file
with
5 additions
and
5 deletions
.husky/commit-msg
1 | -# #!/bin/sh | |
1 | +#!/bin/sh | |
2 | 2 | |
3 | -# # shellcheck source=./_/husky.sh | |
4 | -# . "$(dirname "$0")/_/husky.sh" | |
3 | +# shellcheck source=./_/husky.sh | |
4 | +. "$(dirname "$0")/_/husky.sh" | |
5 | 5 | |
6 | -# PATH="/usr/local/bin:$PATH" | |
6 | +PATH="/usr/local/bin:$PATH" | |
7 | 7 | |
8 | -# npx --no-install commitlint --edit "$1" | |
8 | +npx --no-install commitlint --edit "$1" | ... | ... |