Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Sep 14, 2024
1 parent 1426755 commit d36e7bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions turborepo-tests/integration/tests/affected.t
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Remove the new file

Add field to `apps/my-app/package.json`
$ jq '. += {"description": "foo"}' apps/my-app/package.json > apps/my-app/package.json.new
$ mv apps/my-app/package.json.new apps/my-app/package.json

Validate that we only run `my-app#build` with change not committed
$ ${TURBO} run build --affected --log-order grouped
Expand Down

0 comments on commit d36e7bc

Please sign in to comment.