Skip to content

Commit fd88371

Browse files
committed
Update example code for ShouldRunBuildScript in JS projects
1 parent 713322f commit fd88371

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
@@ -1,7 +1,7 @@
11
---
22
title: "MSBuild properties for JavaScript Project System (JSPS)"
33
description: Reference for the MSBuild properties and items that are understood by JSPS projects.
4-
ms.date: 10/19/2023
4+
ms.date: 11/07/2024
55
ms.custom: updateeachrelease
66
ms.topic: reference
77
ms.devlang: javascript
@@ -49,7 +49,7 @@ The `ShouldRunBuildScript` property specifies whether or not to run `npm run bui
4949

5050
```xml
5151
<PropertyGroup>
52-
<ShouldRunNpmBuildScript>false</ShouldRunNpmBuildScript>
52+
<ShouldRunBuildScript>false</ShouldRunBuildScript>
5353
</PropertyGroup>
5454
```
5555

0 commit comments

Comments
 (0)