matrix-js-sdk

v31.4.0-rc.0
Matrix Client-Server SDK for Javascript
matrix-org

lint

yarn lint:types && yarn lint:js && yarn lint:workflows

test

jest

build

yarn build:dev

clean

rimraf lib

start

echo THIS IS FOR LEGACY PURPOSES ONLY. && babel src -w -s -d lib --verbose --extensions ".ts,.js"

gendoc

typedoc

lint:js

eslint --max-warnings 0 src spec && prettier --check .

prepack

yarn build

coverage

yarn test --coverage

build:dev

yarn clean && git rev-parse HEAD > git-revision.txt && yarn build:compile && yarn build:types

lint:types

tsc --noEmit

test:watch

jest --watch

build:types

tsc -p tsconfig-build.json --emitDeclarationOnly

lint:js-fix

prettier --log-level=warn --write . && eslint --fix src spec

build:compile

babel -d lib --verbose --extensions ".ts,.js" src

lint:workflows

find .github/workflows -type f \( -iname '*.yaml' -o -iname '*.yml' \) | xargs -I {} sh -c 'echo "Linting {}"; action-validator "{}"'

Metadata

Downloads