@stoplight/scripts

v1.2.1
Scripts that help when creating, testing, releasing, and linting libraries.

lint

tslint --project tsconfig.json -t codeFrame 'src/**/*.ts'

test

jest

build

tsc && oclif-dev manifest && oclif-dev readme

commit

git-cz

prepack

rm -rf dist && yarn build

release

semantic-release

lint.fix

yarn lint --fix

postpack

rm -f oclif.manifest.json

prebuild

rimraf dist

test.prod

yarn lint && yarn test --coverage --no-cache

test.watch

jest --watch

test.update

yarn test --updateSnapshot
npm i @stoplight/[email protected]

Metadata

Downloads