From 08529d0d59dbd0d9d4f622515c95f7aadb529b77 Mon Sep 17 00:00:00 2001 From: koalyptus Date: Fri, 10 Mar 2017 19:15:12 +1100 Subject: [PATCH] Correct pull requests section --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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