prisma2

v2.0.0-preview-3
## Installation

test

./node_modules/.bin/mocha src/__tests__/integrate.test.ts --require ts-mocha src/__tests__/integrate.test.ts --timeout 10s

install

test -f download-build/index.js && node download-build/index.js || echo ""

tsc

tsc -d && cp src/capture-worker.js dist/capture-worker.js

ncc

ncc build dist/bin.js -o build

ncc:download

ncc build scripts/download.js -o download-build

build

yarn tsc && yarn ncc:download && yarn ncc && sed -i.bak 's/env ts-node/env node/g' 'build/index.js' && rm -f build/index.js.bak && scripts/copy-runtime.sh

prepublishOnly

node scripts/updateTag.js && yarn build

prepare

yarn build && node download-build/index.js

update-deps

yarn upgrade --latest --scope @prisma

Metadata

Downloads

Maintainers