- Generate technical repo files.
#Create Block from registry.
This commit is contained in:
@@ -134,30 +134,6 @@ export default class extends Generator {
|
||||
|
||||
// Technical Project files.
|
||||
createTechnicalFiles(data, baseDir).then();
|
||||
|
||||
// this.fs.copyTpl(
|
||||
// this.templatePath('package.json'),
|
||||
// this.destinationPath(path.join(pathDist, 'package.json')),
|
||||
// data
|
||||
// );
|
||||
//
|
||||
// this.fs.copyTpl(
|
||||
// this.templatePath('README.md'),
|
||||
// this.destinationPath(path.join(pathDist, 'README.md')),
|
||||
// data
|
||||
// );
|
||||
//
|
||||
// this.fs.copyTpl(
|
||||
// this.templatePath('.editorconfig'),
|
||||
// this.destinationPath(path.join(pathDist, '.editorconfig')),
|
||||
// data
|
||||
// );
|
||||
//
|
||||
// this.fs.copyTpl(
|
||||
// this.templatePath('.gitignore'),
|
||||
// this.destinationPath(path.join(pathDist, '.gitignore')),
|
||||
// data
|
||||
// );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user