mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-23 01:30:26 +08:00
8 lines
211 B
Plaintext
Executable File
8 lines
211 B
Plaintext
Executable File
# 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.
|