From 317e4b9d5c94212d2d481e7cea4ab3f40809cca6 Mon Sep 17 00:00:00 2001 From: Ludovico Fischer <43557+ludofischer@users.noreply.github.com> Date: Fri, 24 Dec 2021 12:51:38 +0100 Subject: [PATCH] docs: fix testing instructions (#4133) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 85116d225d..5a355352d7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -115,7 +115,7 @@ Pull requests often need some real-world testing. 2. Run `npm install`. -3. Go to the `webpack-dev-server` module (`cd node_modules/webpack-dev-server`), and run `npm run prepublish`. +3. Go to the `webpack-dev-server` module (`cd node_modules/webpack-dev-server`), and run `npm run build`. The pull request is now ready to be tested.