From bc8e9959566c0aa49809c206f59e408b5f1e8018 Mon Sep 17 00:00:00 2001 From: niunai Date: Mon, 16 Jan 2017 01:03:16 +0800 Subject: [PATCH] fix init --- build/bin/init.js | 2 +- components.json | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/build/bin/init.js b/build/bin/init.js index 314e46936..2aa0b37d3 100644 --- a/build/bin/init.js +++ b/build/bin/init.js @@ -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(); }); diff --git a/components.json b/components.json index 5aa7a6e07..7a67f0e3e 100644 --- a/components.json +++ b/components.json @@ -1,6 +1,3 @@ { - "sample": "./packages/sample/index.js", - "pangxie": "./packages/pangxie/index.js", - "pangxie1": "./packages/pangxie1/index.js", - "pangxie2": "./packages/pangxie2/index.js" + "sample": "./packages/sample/index.js" }