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