diff --git a/docs/content/using-npm/scripts.md b/docs/content/using-npm/scripts.md index 369d8f0c9ab12..90596cca0e7ef 100644 --- a/docs/content/using-npm/scripts.md +++ b/docs/content/using-npm/scripts.md @@ -100,7 +100,7 @@ The advantage of doing these things at `prepublish` time is that they can be don Also triggers * `prepublish` (when on local) -* `prepare` (when on local) +* `prepare` (when on local or workspaces) #### [`npm start`](/cli-commands/start)