diff options
author | Timmy Willison <timmywil@users.noreply.github.com> | 2023-09-20 18:10:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-20 18:10:57 -0400 |
commit | 77d6ad7172db3ae11573df7b322d410b161eb43e (patch) | |
tree | 3d137e3f6a7525b39bfdf0bdfea6ce56a80cd991 | |
parent | 09972bcc680e89e38f56d83043bb368eb7fbda91 (diff) | |
download | jquery-77d6ad7172db3ae11573df7b322d410b161eb43e.tar.gz jquery-77d6ad7172db3ae11573df7b322d410b161eb43e.zip |
Docs: update watch task in CONTRIBUTING.md
Close gh-5331
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 796094861..552474a8d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -126,10 +126,10 @@ This will only run the "css" module tests. This will significantly speed up your #### Loading changes on the test page -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. +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. ```bash -$ grunt watch +$ npm start ``` Alternatively, you can **load tests as ECMAScript modules** to avoid the need for rebuilding altogether. |