Skip to content

Commit ebfc629

Browse files
committed
[amend] Add npm install step
1 parent e280cac commit ebfc629

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ Get in the habit of pulling in the "upstream" master to stay up to date as jQuer
6666
$ git pull upstream master
6767
```
6868

69+
Install the dependencies.
70+
71+
```bash
72+
npm install
73+
```
74+
6975
To lint the JavaScript, HTML, and CSS, as well as run a smoke test in PhantomJS, run grunt:
7076

7177
```bash

0 commit comments

Comments
 (0)