From 3198db9179ccdeeef46455155ed8e92fefad96a5 Mon Sep 17 00:00:00 2001 From: Johannes Faltermeier Date: Thu, 30 Jan 2025 14:35:54 +0100 Subject: [PATCH] Update build command in Publishing.md --- doc/Publishing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Publishing.md b/doc/Publishing.md index 3ba50559fd0bc..821b52878f42c 100644 --- a/doc/Publishing.md +++ b/doc/Publishing.md @@ -121,7 +121,7 @@ Format: - Build the changes: ```bash - npm install && npm build + npm install && npm run build ``` - Confirm the changes are built (ensure `@theia` extensions have their `lib/` folders).