weaviate-client

v3.0.0-beta.4
JS/TS client for Weaviate
weaviate

lint

eslint --ext .ts,.js .

test

tsc -noEmit -p tsconfig-test.json && jest --no-cache --useStderr --runInBand --detectOpenHandles

build

npm run build:node

format

prettier --write --no-error-on-unmatched-pattern '**/*.{ts,js}' '!dist/**'

protos

./tools/refresh_protos.sh

schema

./tools/refresh_schema.sh

prepack

npm run build

lint:fix

npm run lint -- --fix

build:web

npm run lint && tsup

test:unit

tsc -noEmit -p tsconfig-test.json && jest --no-cache --useStderr --runInBand --detectOpenHandles src/collections/**/unit.test.ts

build:node

npm run lint && tsc && tsup && prettier --write --no-error-on-unmatched-pattern '**/dist/**/*.{ts,js}'

format:dist

prettier --write --no-error-on-unmatched-pattern '**/dist/**/*.{ts,js}'

format:check

prettier --check --no-error-on-unmatched-pattern '**/*.{ts,js}' '!dist/**'

test:coverage

tsc -noEmit -p tsconfig-test.json && jest --no-cache --coverage --useStderr --runInBand --detectOpenHandles

Metadata

Downloads