mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
7 lines
133 B
TypeScript
7 lines
133 B
TypeScript
import { $ } from 'zx';
|
|
|
|
$`rm -rf .husky`;
|
|
$`git config core.hooksPath .git/hooks/`;
|
|
$`rm -rf .git/hooks`;
|
|
$`pnpm simple-git-hooks`;
|