Skip to content

Commit e94238b

Browse files
chore: modify CONTRIBUTING.md (#2599)
1 parent 9b56a4e commit e94238b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Run the relevant [examples](https://github.com/webpack/webpack-dev-server/tree/m
3131

3232
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.
3333

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.
3535

3636
## Testing a Pull Request
3737

0 commit comments

Comments
 (0)