tao-item-runner
Item runner of TAO.Available scripts in the project:
npm run test <testname>
: run test suite
testname
(optional): Specific test to run. If it is not provided, all will be ran.npm run test:keepAlive
: start test servernpm run test:cov
: runbuild:cov
and run testsnpm run coverage
: show coverage report in terminalnpm run coverage:html
: show coverage report in browsernpm run build
: build for production intodist
directorynpm run build:watch
: build for production intodist
directory and watch for changesnpm run build:cov
: build for coverage intodist
directory-
npm run lint
: check syntax of code
Runner quick overview