@axinom/mosaic-message-bus

v0.21.0
Messaging library for Axinom Mosaic services
axinom mosaic axinom mosaic

dev

tsc-watch --onSuccess "node dist/index.js"

lint

eslint . --ext .ts,.tsx,.js --color --cache

test

jest --silent

build

yarn clean && tsc

clean

rimraf dist

test:ci

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

build:ci

yarn workspaces focus && yarn build

test:cov

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

test:debug

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

test:watch

jest --watch --silent

posttest:cov

ts-node ../../scripts/open-test-coverage.ts -- libs/message-bus
npm i @axinom/[email protected]

Metadata

Downloads