Document `yarn link` before running tests (#570)

This commit is contained in:
Kees Kluskens 2017-01-29 14:08:12 +01:00 committed by Jan Nicklas
parent 41dce566c3
commit cbbb4a9aec
1 changed files with 2 additions and 0 deletions

View File

@ -312,6 +312,8 @@ Note that the callback must be passed the htmlPluginData in order to pass this o
You're free to contribute to this project by submitting [issues](https://github.com/ampedandwired/html-webpack-plugin/issues) and/or [pull requests](https://github.com/ampedandwired/html-webpack-plugin/pulls). This project is test-driven, so keep in mind that every change and new feature should be covered by tests.
This project uses the [semistandard code style](https://github.com/Flet/semistandard).
Before running the tests, make sure to execute `yarn link` and `yarn link html-webpack-plugin` (or the npm variant of this).
# License
This project is licensed under [MIT](https://github.com/ampedandwired/html-webpack-plugin/blob/master/LICENSE).