diff --git a/app/index.js b/app/index.js index bf07cfa..436be28 100644 --- a/app/index.js +++ b/app/index.js @@ -34,6 +34,11 @@ module.exports = class ReactZeal extends Generator { this.destinationPath('.sass-lint.yml') ) + this.fs.copy( + this.templatePath('yarn.lock'), + this.destinationPath('yarn.lock') + ) + this._mergeGitIgnore() }