Shared docs fix (#17323)
This commit is contained in:
parent
51ff8627d4
commit
fac7edc0a3
@ -181,7 +181,7 @@ Another way that Nx saves you from unnecessary work is the `affected` command. `
|
||||
Run the command:
|
||||
|
||||
```shell
|
||||
git add . && git commit -m "commiting to test affected"
|
||||
git add . ; git commit -m "commiting to test affected"
|
||||
```
|
||||
|
||||
Then make a change to the styles of your `cart` project:
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
Run the command:
|
||||
|
||||
```shell
|
||||
git add . && git commit -m "commiting to test affected"
|
||||
git add . ; git commit -m "commiting to test affected"
|
||||
```
|
||||
|
||||
Then make a change to the styles of your `common-ui` project:
|
||||
|
||||
@ -171,7 +171,7 @@ Another way that Nx saves you from unnecessary work is the `affected` command. `
|
||||
Run the command:
|
||||
|
||||
```shell
|
||||
git add . && git commit -m "commiting to test affected"
|
||||
git add . ; git commit -m "commiting to test affected"
|
||||
```
|
||||
|
||||
Then make a change to an endpoint of your `products-api` project:
|
||||
|
||||
@ -153,7 +153,7 @@ Another way that Nx saves you from unnecessary work is the `affected` command. `
|
||||
Run the command:
|
||||
|
||||
```shell
|
||||
git add . && git commit -m "commiting to test affected"
|
||||
git add . ; git commit -m "commiting to test affected"
|
||||
```
|
||||
|
||||
Then make a change to the styles of your `cart` project:
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
Run the command:
|
||||
|
||||
```shell
|
||||
git add . && git commit -m "commiting to test affected"
|
||||
git add . ; git commit -m "commiting to test affected"
|
||||
```
|
||||
|
||||
Then make a change to the styles of your `common-ui` project:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user