Update README.md

This commit is contained in:
Eugene Zolenko 2021-02-19 10:14:10 -07:00 committed by GitHub
parent 8fd8595c0f
commit d8c4cccb33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,7 +235,7 @@ Use the normal github process of forking, making a branch and creating a PR when
Fastest way to test changes is to do a self build, the plugin is part of its own build system:
- make changes
- run `npm build` (uses build committed to master branch)
- run `npm build` (uses last released version on npm)
- check that you get expected changes in `dist`
- run `npm build-self` (uses fresh local build)
- check `dist` for the expected changes