pipeline-typescript

Create your first pipeline for a typescript project


Project maintained by rondinif Hosted on GitHub Pages — Theme by mattgraham

get the source code

git clone https://github.com/rondinif/pipeline-typescript.git

install dependencies

npm i

clean build’s target

rm -rf target

build

npm --ignore-scripts=false run build

launch tests

npm --ignore-scripts=false run test