Skip to content

Commit

Permalink
docs: fix testing instructions (#4133)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofischer committed Dec 24, 2021
1 parent ff4550e commit 317e4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -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.

Expand Down

0 comments on commit 317e4b9

Please sign in to comment.