mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
fix init
This commit is contained in:
parent
61415a16b6
commit
bc8e995956
@ -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) {
|
exec('cd packages && git clone git@gitlab.qima-inc.com:fe/vue-seed.git ' + name, function(err, stdout, stderr) {
|
||||||
gutil.log('-------> 拉取 vue-seed');
|
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 + '组件初始化成功');
|
gutil.log('-------> ' + name + '组件初始化成功');
|
||||||
callback();
|
callback();
|
||||||
});
|
});
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
{
|
{
|
||||||
"sample": "./packages/sample/index.js",
|
"sample": "./packages/sample/index.js"
|
||||||
"pangxie": "./packages/pangxie/index.js",
|
|
||||||
"pangxie1": "./packages/pangxie1/index.js",
|
|
||||||
"pangxie2": "./packages/pangxie2/index.js"
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user