You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Run the relevant [examples](https://github.com/webpack/webpack-dev-server/tree/m
31
31
32
32
Once it is done, you can modify any file locally. In the `examples/` directory you'll find a lot of examples with instructions on how to run it. This can be very handy when testing if your code works.
33
33
34
-
If you are modifying a file in the `client/` directory, be sure to run `npm run prepublish` after it. This will recompile the files.
34
+
If you are modifying a file in the `client/` directory, be sure to run `npm run build:client` after it. This will recompile the files.
0 commit comments