@axinom/mosaic-service-common

v0.33.0-rc.9
Common helpers and PostgreSQL-related functionality
axinom mosaic axinom mosaic

dev

tsc -w --project tsconfig.build.json

lint

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

test

jest --silent

build

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

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/service-common

publish:latest

npm run build && npm publish
npm i @axinom/[email protected]

Metadata

Downloads