#!/bin/sh cd tdweb || exit 1 npm install || exit 1 npm run build || exit 1 cd ..