You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,8 @@ Follow these steps to build, run, and test the repository:
35
35
36
36
#### Building
37
37
38
-
1. Run `npm i` - This command installs the project dependencies.
39
-
2. Run `vsts-npm-auth -config .npmrc` - This command will configure your credentials for the next command.
38
+
1. Run `npm install -g vsts-npm-auth`, then run `vsts-npm-auth -config .npmrc` - This command will configure your credentials for the next command.
39
+
2. Run `npm i` - This command installs the project dependencies.
40
40
3. Run `npm i -g gulp` - This command installs Gulp globally.
41
41
4. Run `gulp installDependencies` - This command downloads the various dependencies as specified by the version in the [package.json](package.json) file.
42
42
5. Run `code .` - This command opens the project in Visual Studio Code.
0 commit comments