Skip to content

Commit 44bfeee

Browse files
authored
Merge pull request reduxjs#2547 from seethemhigh/contrib-fix
Correct information about running tests for examples
2 parents 25c6f6b + 179fa85 commit 44bfeee

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,12 @@ Redux comes with [official examples](http://redux.js.org/docs/introduction/Examp
133133

134134
When adding a new example, please adhere to the style and format of the existing examples, and try to reuse as much code as possible. For example, `index.html`, `server.js`, and `webpack.config.js` can typically be reused.
135135

136-
#### Building and Testing the Examples
136+
#### Testing the Examples
137137

138-
To build and test the official Redux examples, run the following:
138+
To test the official Redux examples, run the following:
139139

140140
```
141-
npm run build:examples
142-
npm run test:examples
141+
npm run examples:test
143142
```
144143

145144
Not all examples have tests. If you see an example project without tests, you are very welcome to add them in a way consistent with the examples that have tests.

0 commit comments

Comments
 (0)