Skip to content

Commit 9b2ba31

Browse files
author
Derek Greer
committed
fix
1 parent b8ecd61 commit 9b2ba31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ 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+
```npm run build --product-version=2.0.0```
115115

116116

117117
```json

0 commit comments

Comments
 (0)