@tdreyno/confidant

v1.12.0
[![Test Coverage](https://api.codeclimate.com/v1/badges/bade509a61c126d7f488/test_coverage)](https://codeclimate.com/github/tdreyno/confidant/test_coverage) [![npm latest version](https://img.shields.io/npm/v/@tdreyno/confidant/latest.svg)](https://www.np

lint

eslint -c .eslintrc.js --ext .ts src

build

rm -rf dist && tsc --project tsconfig.json && tsc --project tsconfig.cjs.json && ./bin/fixup

build:incremental

tsc --incremental --project tsconfig.json | tsc --incremental --project tsconfig.cjs.json

test

jest --runInBand --forceExit

test:npm

./bin/test-npm-version

version

yarn run build

commit

git-cz

coverage

jest --runInBand --forceExit --coverage --coverageDirectory '../coverage'

semantic-release

semantic-release

prepare

husky install
npm i @tdreyno/confidant

Metadata

Downloads

Maintainers