build site: image: node:lts stage: build script: - cd app - npm install --progress=false - npm run build artifacts: paths: - app/dist