diff --git a/docs/README.md b/docs/README.md index 9f18ae5dd..c8256e925 100644 --- a/docs/README.md +++ b/docs/README.md @@ -258,7 +258,7 @@ Alternatively, you can specifically disable `prepare` script with ```shell npm set-script prepare "" -npm ci --only-production +npm ci --only=production ``` ### With a custom script