@axinom/mosaic-db-common

v0.43.0
This library encapsulates database-related functionality to develop Mosaic based services.
axinom mosaic axinom mosaic

clean

rimraf dist

build

yarn clean && tsc --project tsconfig.build.json

ts:validate

tsc

build:ci

yarn workspaces focus && yarn build

dev

tsc -w --project tsconfig.build.json

test

jest --silent

test:watch

jest --watch --silent

test:cov

jest --coverage --silent && yarn posttest:cov

posttest:cov

ts-node ../../scripts/open-test-coverage.ts -- libs/db-common

test:debug

node --inspect -r ts-node/register ../../node_modules/jest/bin/jest.js --runInBand --silent

test:ci

jest --reporters=default --reporters=jest-junit --coverage --coverageReporters=cobertura --coverageReporters=html

lint

eslint . --ext .ts,.tsx,.js --color --cache
npm i @axinom/mosaic-db-common

Metadata

Downloads