#### 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.