Skip to content

Commit f2000ec

Browse files
authored
Merge pull request #7513 from jstedfast/dev/jestedfa/contributing-building
Added Building step to CONTRIBUTING.md
2 parents 16f20b0 + 66ef98c commit f2000ec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ Follow these steps to build, run, and test the repository:
3636
#### Building
3737

3838
1. Run `npm i` - This command installs the project dependencies.
39-
2. Run `npm i -g gulp` - This command installs Gulp globally.
40-
3. Run `gulp installDependencies` - This command downloads the various dependencies as specified by the version in the [package.json](package.json) file.
41-
4. Run `code .` - This command opens the project in Visual Studio Code.
39+
2. Run `vsts-npm-auth -config .npmrc` - This command will configure your credentials for the next command.
40+
3. Run `npm i -g gulp` - This command installs Gulp globally.
41+
4. Run `gulp installDependencies` - This command downloads the various dependencies as specified by the version in the [package.json](package.json) file.
42+
5. Run `code .` - This command opens the project in Visual Studio Code.
4243

4344
#### Running
4445

0 commit comments

Comments
 (0)