docs(core): use proper NX_FILE_CHANGES env variable (#15999)

This commit is contained in:
Attila Csanyi 2023-04-06 00:05:22 +02:00 committed by GitHub
parent f14aac629f
commit 8c1b20326a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,7 +150,7 @@ yarn nx -- watch --all -- echo %NX_PROJECT_NAME%
To watch for specific projects and echo the changed files, run this command:
```shell
nx watch --projects=app1,app2 -- echo \$NX_CHANGED_FILES
nx watch --projects=app1,app2 -- echo \$NX_FILE_CHANGES
```
### Watching for dependent projects