Skip to content

Commit

Permalink
Fix generator build
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Sep 13, 2023
1 parent 4fff078 commit b6e1487
Show file tree
Hide file tree
Showing 2 changed files with 783 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/generator-volto/generators/addon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,6 @@ Run "npm install -g @plone/generator-volto" to update.`,
this.destinationPath('.yarn/releases'),
this.globals,
);
this.fs.copyTpl(
this.templatePath('.yarn/install-state.gz'),
this.destinationPath('.yarn/install-state.gz'),
this.globals,
);

this.fs.copy(this.templatePath('.*'), this.destinationPath());
}
Expand Down
Loading

0 comments on commit b6e1487

Please sign in to comment.