Skip to content

Commit

Permalink
fix(wb): make buildIfNeeded monitor package.json (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Mar 23, 2024
1 parent 27413e0 commit 9021eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wb/src/commands/buildIfNeeded.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const includeSuffix = [
'package.json',
'yarn.lock',
];
const excludePatterns = ['test/', 'tests/', '__tests__/', 'test-fixtures/', 'package.json'];
const excludePatterns = ['test/', 'tests/', '__tests__/', 'test-fixtures/'];

async function updateHashWithDiffResult(
project: Project,
Expand Down

0 comments on commit 9021eea

Please sign in to comment.