From d2053e87722ecb5974a82417830b7d828e6bf569 Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Thu, 15 Oct 2020 17:41:19 -0400 Subject: [PATCH] docs: add mention to workspaces prepare lifecycle --- docs/content/using-npm/scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)