@codechecks/build-size-watcher

v0.2.0-beta.2
Keep your build size in check and detect when it gets too big
build-size build size watcher webpack frontend gzip code check and 2 more...

start

ts-node ./src/index.ts

build

rm -rf ./lib && tsc

format

prettier --list-different '**/*.{ts,json,md, gql}'

format:fix

prettier --write '**/*.{ts,json,md,gql}'

tslint

tslint -p ./tsconfig.json -e 'node_modules/**/*' 'src/**/*.ts'

tslint:fix

tslint --fix --format stylish -p ./tsconfig.json -e 'node_modules/**/*' '**/*.ts'

tsc

tsc --noEmit

lint

yarn format && yarn tslint && yarn tsc

lint:fix

yarn format:fix && yarn tslint:fix && yarn tsc

test:unit

true

test:watch

jest --watch

test

yarn lint && yarn test:unit

test:fix

yarn lint:fix && yarn test:unit

prepublishOnly

yarn test && yarn build
npm i @codechecks/[email protected]

Metadata

  • MIT
  • >=6
  • Chris Kaczor
  • released 8/8/2019

Downloads

Maintainers