test-package-lock-repo-express

v1.32.5
"Test express for my 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 && lerna run version --scope $(npm pkg get name) --include-filtered-dependencies

prewatch

npm run precompile

prepare

npm run compile

version:update

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

compile

npm run version:update && tsc -p .
npm i test-package-lock-repo-express

Metadata

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

Downloads

Maintainers