Glossary

build command

Deploy
also: build step

The command a host runs to compile and package your app into files it can serve — for a SvelteKit project that's usually npm run build. It runs every time you push new code.