Skip to content

Commit 68f193b

Browse files
authored
Update build instructions (#7915)
2 parents f550ff6 + b45f2e7 commit 68f193b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Follow these steps to build, run, and test the repository:
3535

3636
#### Building
3737

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.
4040
3. Run `npm i -g gulp` - This command installs Gulp globally.
4141
4. Run `gulp installDependencies` - This command downloads the various dependencies as specified by the version in the [package.json](package.json) file.
4242
5. Run `code .` - This command opens the project in Visual Studio Code.

0 commit comments

Comments
 (0)