@nestjs/typeorm

v10.0.2
Nest - modern, fast, powerful node.js web framework (@typeorm)

build

rm -rf dist && tsc -p tsconfig.json

format

prettier --write "**/*.ts"

lint

eslint 'lib/**/*.ts' --fix

prepublish:npm

npm run build

publish:npm

npm publish --access public

prepublish:next

npm run build

publish:next

npm publish --access public --tag next

test:e2e

jest --config ./tests/jest-e2e.json --runInBand

test:e2e:dev

jest --config ./tests/jest-e2e.json --runInBand --watch

prerelease

npm run build

release

release-it

prepare

husky install
npm i @nestjs/typeorm

Metadata

  • MIT
  • Whatever
  • Kamil Mysliwiec
  • released 2/7/2024

Downloads