Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 306 Bytes

build-and-test-on-ide.md

File metadata and controls

23 lines (20 loc) · 306 Bytes

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