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

Commit c9dfba8

Browse files
authored
docs(nx-affected-matrix): add known issues (#58)
closes #53
1 parent c4d67a4 commit c9dfba8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/nx-affected-matrix/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,8 @@ _Note: The action allows to set a partial distribution config, any target that i
9595
**Q: Can I use this action without any prior actions? (checkout, npm ci, etc)**
9696
A: Yes! The action is already bundled with everything needed to run NX's affected command.
9797
Also, the action will do the checkout for you with `clean: false` & `fetch-depth: 0` (which is required in order to calculate the changes).
98+
99+
## Known Issues
100+
101+
1. **Cannot read properties of undefined (reading 'endsWith')**
102+
Workaround: make sure all of your projects has `root` defined in their `project.json` config file

0 commit comments

Comments
 (0)