Skip to content

Commit 317e4b9

Browse files
authored
docs: fix testing instructions (webpack#4133)
1 parent ff4550e commit 317e4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Pull requests often need some real-world testing.
115115

116116
2. Run `npm install`.
117117

118-
3. Go to the `webpack-dev-server` module (`cd node_modules/webpack-dev-server`), and run `npm run prepublish`.
118+
3. Go to the `webpack-dev-server` module (`cd node_modules/webpack-dev-server`), and run `npm run build`.
119119

120120
The pull request is now ready to be tested.
121121

0 commit comments

Comments
 (0)