athis-ui/.husky/pre-commit

8 lines
211 B
Plaintext
Raw Permalink Normal View History

2024-11-06 10:35:56 +08:00
# update `.vscode/vben-admin.code-workspace` file
pnpm vsh code-workspace --auto-commit
# Format and submit code according to lintstagedrc.js configuration
pnpm exec lint-staged
echo Run pre-commit hook done.