mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-21 16:06:47 +08:00
feat(projects): 1.0 beta
This commit is contained in:
5
packages/scripts/src/commands/update-pkg.ts
Normal file
5
packages/scripts/src/commands/update-pkg.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { execCommand } from '../shared';
|
||||
|
||||
export async function updatePkg(args: string[] = ['--deep', '-u']) {
|
||||
execCommand('npx', ['ncu', ...args], { stdio: 'inherit' });
|
||||
}
|
||||
Reference in New Issue
Block a user