Skip to content

Commit dec6781

Browse files
author
Derek Greer
committed
.
1 parent 9b2ba31 commit dec6781

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_derekgreer/2020-12-10-dotnet-project-builds-with-npm.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ Node’s npm command facilitates the definition of variables by command-line par
111111

112112
Command-line parameters can also be passed to npm and are similarly prefixed with “npm_config_” with any dashes (“-”) replaced with underscores (“_”). For example, the previous version setting could be passed to dotnet.exe in the following version of package.json by issuing the below command:
113113

114-
```npm run build --product-version=2.0.0```
114+
```
115+
npm run build --product-version=2.0.0
116+
```
115117

116118

117119
```json

0 commit comments

Comments
 (0)