Skip to content

Commit

Permalink
fix npm removing .npmrc template
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Jul 8, 2022
1 parent 054dddd commit 10fb08d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/server/generator.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class extends GeneratorBaseEntities {
get [WRITING_PRIORITY]() {
return {
async customizeNpmRc() {
await this.copyTemplate('.npmrc', '.npmrc');
await this.copyTemplate('npmrc', '.npmrc');
},
};
}
Expand Down
File renamed without changes.

0 comments on commit 10fb08d

Please sign in to comment.