Skip to content

Commit 8022a48

Browse files
author
Crystal Tenn
committed
add note about directory to run npm commands
1 parent a5565c4 commit 8022a48

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ These are one time installations required to be able to test your changes locall
3333

3434
1. Install [Node.js](https://nodejs.org/en/download/) for your platform
3535
1. Install [VS Code](https://code.visualstudio.com/download) for your platform
36-
1. Install the dependencies. From the repository root run:
36+
1. Install the dependencies. From the repository root (`~/vscode`) run:
3737

3838
```bash
3939
npm i
@@ -71,6 +71,14 @@ npm run watch
7171
1. Make change
7272
1. Hit the refresh button in the debugger window to reload the extension in the development host
7373

74+
## npm commands
75+
76+
For the below make sure that you are in the `vscode-github-actions` directory of your local repo first.
77+
78+
```bash
79+
cd vscode-github-actions
80+
```
81+
7482
### Running tests
7583

7684
_Note: We added `cross-env` to our package.json so that this works on both Mac and Windows._
@@ -120,7 +128,7 @@ npm run package
120128
## Submitting a pull request
121129

122130
1. [Fork][fork] and clone the repository
123-
1. Configure and install the dependencies: `npm i`
131+
1. Configure and install the dependencies (in the main root folder `~/vscode`): `npm i`
124132
1. Create a new branch: `git checkout -b my-branch-name`
125133
1. Make your change, add tests, and make sure the tests and linter still pass
126134
1. Push to your fork and [submit a pull request][pr]

0 commit comments

Comments
 (0)