build
The build builds container images for local development.
Run npm run build:dev in the root to trigger this script.
Under the hood, this will run:
Terminal
npm run build:dev
In other words npm run build is an alias of npm run build:dev.
See build:dev.