Files
fst_data_factory_frontandback/.husky/pre-commit
2026-04-22 13:40:01 +08:00

8 lines
211 B
Plaintext

# 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.