Skip to content

Commit 5ddb543

Browse files
committed
feat(generator): remove .github generating
1 parent b9d88c8 commit 5ddb543

File tree

4 files changed

+1
-81
lines changed

4 files changed

+1
-81
lines changed

generators/app/index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,7 @@ module.exports = class extends Generator {
6262

6363
writing() {
6464
this.fs.copyTpl(
65-
[
66-
this.templatePath('**/*'),
67-
this.templatePath('**/.*'),
68-
this.templatePath('.github/**/*'),
69-
],
65+
[this.templatePath('**/*'), this.templatePath('**/.*')],
7066
this.destinationPath(),
7167
this.props,
7268
);

generators/app/templates/.github/workflows/create-github-release.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

generators/app/templates/.github/workflows/main.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

generators/app/templates/.github/workflows/publish-npm.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)