diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b8c222db..e60cce8a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -116,7 +116,7 @@ In general, we follow the "fork-and-pull" Git workflow. 3. **Commit** changes to your own branch - 3.1. **Add** unit tests covering your change in the `test` folder - 3.2. **Run** the tests with the `npm run eslint test` command - - 3.3. **Ensure** build is working with `npm run build-all` command + - 3.3. **Ensure** build is working with `npm run dist` command 4. **Push** your work back up to your fork 5. Submit a **Pull request** so that we can review your changes