mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
fix init
This commit is contained in:
@@ -21,7 +21,7 @@ gulp.task('copy', function(callback) {
|
||||
|
||||
exec('cd packages && git clone git@gitlab.qima-inc.com:fe/vue-seed.git ' + name, function(err, stdout, stderr) {
|
||||
gutil.log('-------> 拉取 vue-seed');
|
||||
exec('rm -rf ./' + name + '/.git', function(err, stdout, stderr) {
|
||||
exec('rm -rf ./packages/' + name + '/.git', function(err, stdout, stderr) {
|
||||
gutil.log('-------> ' + name + '组件初始化成功');
|
||||
callback();
|
||||
});
|
||||
|
Reference in New Issue
Block a user