Skip to content

Commit e30d59a

Browse files
committed
Add more comments about NPM use in the build
1 parent fe87345 commit e30d59a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ but installing this software will facilitate an enhanced developer experience in
1919
1. [Node.js Tools for Visual Studio][NodeJsTools]
2020
2. [NuProj for VS2015][NuProj]
2121

22-
All other dependencies are acquired via NuGet.
22+
All other dependencies are acquired via NuGet or NPM.
2323

2424
## Building
2525

@@ -35,6 +35,11 @@ either from Visual Studio 2015 or the command line:
3535

3636
.\build.ps1
3737

38+
This repo is structured such that it builds the NuGet package first, using MSBuild.
39+
It then builds an NPM package that includes some of the outputs of MSBuild, along with
40+
some javascript, for our NPM consumers who want a reasonable versioning story for their
41+
NPM packages too.
42+
3843
### Important notice when developing with Visual Studio
3944

4045
The NuGet package restore functionality in Visual Studio does not work for this project, which relies

0 commit comments

Comments
 (0)