Skip to content

Commit de189e5

Browse files
committed
Updated commands for common build errors and fixes
1 parent 34da83b commit de189e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/building.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ This command launches the browser, allowing you to see your changes in action.
110110
#### Q: Build stuck or freezing?
111111
> Try running with fewer threads:
112112
> ```sh
113-
> cd engine && python mach build --jobs=2
113+
> npm run build -- --jobs 2
114114
> ```
115115
116116
#### Q: "Git submodule" errors after cloning?
@@ -122,7 +122,7 @@ This command launches the browser, allowing you to see your changes in action.
122122
#### Q: "npm run init" fails?
123123
> Manually bootstrap the project:
124124
> ```sh
125-
> cd engine && python mach bootstrap
125+
> npm run bootstrap
126126
> ```
127127
128128
#### Q: "zen.exe" not found after build?

0 commit comments

Comments
 (0)