mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-18 01:36:37 +08:00
5 lines
92 B
TypeScript
5 lines
92 B
TypeScript
#!/usr/bin/env zx
|
|
import { $ } from 'zx';
|
|
|
|
$`pnpm rimraf node_modules dist pnpm-lock.yaml`;
|