mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-18 01:36:37 +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`;
|