build
build — Turning your project files into the packaged version that can actually run or be deployed.
A project can work while you're editing it and still fail when you build it. "Run the build" is the last step before deploying — it's where broken imports and typos get caught.
"The build failed." "Run npm run build."