Skip to content

Commit

Permalink
fix(core): do not replace @nrwl mentions in excluded files anywhere i… (
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Apr 25, 2023
1 parent c0e5dd9 commit 8329395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devkit/src/utils/replace-package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function replaceMentions(
'pnpm-lock.yaml',
'CHANGELOG.md',
];
if (ignoredFiles.includes(path)) {
if (ignoredFiles.includes(basename(path))) {
return;
}

Expand Down

1 comment on commit 8329395

@vercel
Copy link

@vercel vercel bot commented on 8329395 Apr 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx.dev
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app

Please sign in to comment.