From 9628e5de73f5872f4da9fb3a216902f9ede977a3 Mon Sep 17 00:00:00 2001 From: Brandon Rose Date: Tue, 18 Mar 2025 16:33:16 -0700 Subject: [PATCH] Fix build command for desktop --- content/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/building.md b/content/building.md index a13d04a..4aed744 100644 --- a/content/building.md +++ b/content/building.md @@ -54,7 +54,7 @@ This script updates the "en-US" localization files, which are necessary for prop Now that everything is set up, you can build the browser: ```bash -npm build +npm run build ``` This command compiles the source code and creates the necessary files for running Zen Browser.