Create your first pipeline for a typescript project
git clone https://github.com/rondinif/pipeline-typescript.git
npm i
rm -rf target
npm --ignore-scripts=false run build
npm --ignore-scripts=false run test