mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
chore(cli): extract create-vant-cli-app package
This commit is contained in:
@@ -6,7 +6,6 @@ import { lint } from './commands/lint';
|
||||
import { test } from './commands/jest';
|
||||
import { clean } from './commands/clean';
|
||||
import { build } from './commands/build';
|
||||
import { create } from './commands/create';
|
||||
import { release } from './commands/release';
|
||||
import { changelog } from './commands/changelog';
|
||||
import { buildSite } from './commands/build-site';
|
||||
@@ -41,10 +40,6 @@ command('build')
|
||||
.option('--watch', 'Watch file change')
|
||||
.action(build);
|
||||
|
||||
command('create')
|
||||
.description('Create a new project')
|
||||
.action(create);
|
||||
|
||||
command('release')
|
||||
.description('Compile components and release it')
|
||||
.action(release);
|
||||
|
Reference in New Issue
Block a user