Merge pull request #149 from brose55/main

Update build command from `npm build` to `npm run build`
This commit is contained in:
NOCanoa 2025-03-19 18:14:17 +00:00 committed by GitHub
commit fca2b94df2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.