From 717eb6818bee33b61b0861d3183c1841374dac2e 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 2e4beba..4e9582d 100644 --- a/README.md +++ b/README.md @@ -312,6 +312,8 @@ You're free to contribute to this project by submitting [issues](https://github. This project uses the [semistandard code style](https://github.com/Flet/semistandard). This plugin follows the webpack teams decision to support [node 4+](http://node.green/). +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).