Skip to content

Commit

Permalink
fix(semantic-workflow): npmrc bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrees committed Oct 31, 2022
1 parent 774d474 commit aa81d57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/presets/semver-workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function semverWorkflowFiles(): FromTo[] {
{from: ['.husky', 'commit-msg'], to: ['.husky', 'commit-msg']},
{from: ['.husky', 'pre-commit'], to: ['.husky', 'pre-commit']},
{from: ['.releaserc.json'], to: '.releaserc.json'},
{from: ['.npmrc'], to: '.npmrc'},
{from: ['npmrc'], to: '.npmrc'},
{from: ['commitlint.template.js'], to: 'commitlint.config.js'},
{from: ['lint-staged.template.js'], to: 'lint-staged.config.js'},
].map((fromTo) => ({
Expand Down

0 comments on commit aa81d57

Please sign in to comment.