Skip to content

Commit ac01427

Browse files
committed
acrolinx edits
1 parent fd88371 commit ac01427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/javascript/javascript-project-system-msbuild-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The `ShouldRunBuildScript` property specifies whether or not to run `npm run bui
5353
</PropertyGroup>
5454
```
5555

56-
For projects containing only JavaScript that do not require building, set this property to `false`. Newly created React, Vue, and Angular projects usually fall in this category. In this scenario, build is used for production and not for debugging. Note that the `Build` and `Publish` commands are separate in JSPS projects, and `Publish` still runs even if this property is set.
56+
For projects containing only JavaScript that don't require building, set this property to `false`. Newly created React, Vue, and Angular projects usually fall in this category. In this scenario, build is used for production and not for debugging. Note that the `Build` and `Publish` commands are separate in JSPS projects, and `Publish` still runs even if this property is set.
5757

5858
## Command Properties
5959

@@ -119,7 +119,7 @@ If you modify the command, include `npm run` when using `npm`.
119119

120120
### PublishCommand
121121

122-
The `PublishCommand` property specifies the behavior for the `publish` target. If the associated `package.json` contains a `publish` script, the default `PublishCommand` value is already set to run this script. In npm, it is common to have pre- and post- publish scripts, which will also run.
122+
The `PublishCommand` property specifies the behavior for the `publish` target. If the associated `package.json` contains a `publish` script, the default `PublishCommand` value is already set to run this script. In npm, it's common to have pre- and post- publish scripts, which will also run.
123123

124124
If you modify the command, include `npm run` when using `npm`.
125125

0 commit comments

Comments
 (0)