Skip to content

Commit 77d6ad7

Browse files
authored
Docs: update watch task in CONTRIBUTING.md
Close gh-5331
1 parent 09972bc commit 77d6ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ This will only run the "css" module tests. This will significantly speed up your
126126

127127
#### Loading changes on the test page
128128

129-
Rather than rebuilding jQuery with `grunt` every time you make a change, you can use the included `grunt watch` task to rebuild distribution files whenever a file is saved.
129+
Rather than rebuilding jQuery with `npm run build` every time you make a change, you can use the included watch task to rebuild distribution files whenever a file is saved.
130130

131131
```bash
132-
$ grunt watch
132+
$ npm start
133133
```
134134

135135
Alternatively, you can **load tests as ECMAScript modules** to avoid the need for rebuilding altogether.

0 commit comments

Comments
 (0)