From f27cf44df09b1bb305153b28d03097a661628ff0 Mon Sep 17 00:00:00 2001 From: Homa Wong Date: Wed, 23 Mar 2016 01:28:51 -0700 Subject: [PATCH] Copy scripts files --- generators/app/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generators/app/index.js b/generators/app/index.js index 4d058ac..f682364 100644 --- a/generators/app/index.js +++ b/generators/app/index.js @@ -134,8 +134,8 @@ module.exports = yeoman.Base.extend({ this.destinationPath('.vscode') ); this.fs.copy( - this.templatePath('test/*'), - this.destinationPath('test') + this.templatePath('scripts/*'), + this.destinationPath('scripts') ); this.fs.copy( this.templatePath('*'),