Skip to content

Commit

Permalink
Update tasks/framework-tools/tarsync/bin.mts
Browse files Browse the repository at this point in the history
Co-authored-by: Tobbe Lundberg <tobbe@tlundberg.com>
  • Loading branch information
Josh-Walker-GM and Tobbe authored Aug 23, 2024
1 parent 27d6625 commit ac13dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/framework-tools/tarsync/bin.mts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async function main() {
// If we're already running we don't trigger on certain files which are likely to be
// touched by the build process itself.

// Package.json files are touched when we switch to between esm and cjs builds.
// `package.json` files are touched when we switch between esm and cjs builds.
if (filePath.endsWith('package.json')) {
return
}
Expand Down

0 comments on commit ac13dec

Please sign in to comment.