Skip to content

Commit aa81d57

Browse files
committed
fix(semantic-workflow): npmrc bundling
1 parent 774d474 commit aa81d57

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/presets/semver-workflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function semverWorkflowFiles(): FromTo[] {
172172
{from: ['.husky', 'commit-msg'], to: ['.husky', 'commit-msg']},
173173
{from: ['.husky', 'pre-commit'], to: ['.husky', 'pre-commit']},
174174
{from: ['.releaserc.json'], to: '.releaserc.json'},
175-
{from: ['.npmrc'], to: '.npmrc'},
175+
{from: ['npmrc'], to: '.npmrc'},
176176
{from: ['commitlint.template.js'], to: 'commitlint.config.js'},
177177
{from: ['lint-staged.template.js'], to: 'lint-staged.config.js'},
178178
].map((fromTo) => ({

0 commit comments

Comments
 (0)