Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
docs(nx-affected-matrix): add known issues (#58)
Browse files Browse the repository at this point in the history
closes #53
  • Loading branch information
ronnetzer authored Sep 3, 2022
1 parent c4d67a4 commit c9dfba8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/nx-affected-matrix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,8 @@ _Note: The action allows to set a partial distribution config, any target that i
**Q: Can I use this action without any prior actions? (checkout, npm ci, etc)**
A: Yes! The action is already bundled with everything needed to run NX's affected command.
Also, the action will do the checkout for you with `clean: false` & `fetch-depth: 0` (which is required in order to calculate the changes).

## Known Issues

1. **Cannot read properties of undefined (reading 'endsWith')**
Workaround: make sure all of your projects has `root` defined in their `project.json` config file

0 comments on commit c9dfba8

Please sign in to comment.