test-package-lock-repo

v1.26.0
"Full SDK for test lerna repo"

test

nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'

tdd

npm run test -- --watch-extensions ts --watch

clean

rimraf build/*

lint

eslint . --ext .ts

lint:fix

eslint . --ext .ts --fix

codecov

nyc report --reporter=json && codecov -f coverage/*.json -p ../../

precompile

tsc --version

prepare

npm run compile

version:update

node ../../scripts/version-update.js

compile

npm run version:update && tsc -p .

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 4/9/2021

Downloads

Maintainers