Update CONTRIBUTING.md
Fix typo in Yarn `watch` command
This commit is contained in:
parent
49d384b32f
commit
45ed38433c
@ -115,7 +115,7 @@ When developing (or bugfixing) core Leaflet functionalities, it's common to use
|
||||
the webpages in the `debug/` directory, and run the unit tests (`spec/index.html`)
|
||||
in a graphical browser. This requires regenerating the bundled files quickly.
|
||||
|
||||
In order to do so, run `npm run watch` or `yarn run rollup`. This will keep
|
||||
In order to do so, run `npm run watch` or `yarn run watch`. This will keep
|
||||
on rebuilding the bundles whenever any source file changes.
|
||||
|
||||
## Running the Tests
|
||||
|
Loading…
Reference in New Issue
Block a user