pansoft-plrl/.husky/pre-commit

8 lines
213 B
Plaintext
Raw Permalink Normal View History

2024-09-10 22:30:01 +08:00
# update `.vscode/vben-admin.code-workspace` file
pnpm vsh code-workspace --auto-commit
# Format and submit code according to lintstagedrc.js configuration
2024-09-12 09:14:15 +08:00
# pnpm exec lint-staged
2024-09-10 22:30:01 +08:00
echo Run pre-commit hook done.