From cbbb4a9aec86cefa98165d1cbfd47e41f8f967a1 Mon Sep 17 00:00:00 2001 From: Kees Kluskens Date: Sun, 29 Jan 2017 14:08:12 +0100 Subject: [PATCH] Document `yarn link` before running tests (#570) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 41f2f29..4625922 100644 --- a/README.md +++ b/README.md @@ -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).