docs(core): use proper NX_FILE_CHANGES env variable (#15999)
This commit is contained in:
parent
f14aac629f
commit
8c1b20326a
@ -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:
|
To watch for specific projects and echo the changed files, run this command:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
nx watch --projects=app1,app2 -- echo \$NX_CHANGED_FILES
|
nx watch --projects=app1,app2 -- echo \$NX_FILE_CHANGES
|
||||||
```
|
```
|
||||||
|
|
||||||
### Watching for dependent projects
|
### Watching for dependent projects
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user