You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
Merge pull request #1084 from matrix-org/dbkr/remove_check
Remove 'check' npm script
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test:watch": "jest spec/ --coverage --testEnvironment node --watch",
|
"test:watch": "jest spec/ --coverage --testEnvironment node --watch",
|
||||||
"test": "jest spec/ --coverage --testEnvironment node",
|
"test": "jest spec/ --coverage --testEnvironment node",
|
||||||
"check": "yarn test:build && _mocha --recursive specbuild --colors",
|
|
||||||
"gendoc": "babel --no-babelrc --plugins transform-class-properties -d .jsdocbuild src && jsdoc -r .jsdocbuild -P package.json -R README.md -d .jsdoc",
|
"gendoc": "babel --no-babelrc --plugins transform-class-properties -d .jsdocbuild src && jsdoc -r .jsdocbuild -P package.json -R README.md -d .jsdoc",
|
||||||
"start": "yarn start:init && yarn start:watch",
|
"start": "yarn start:init && yarn start:watch",
|
||||||
"start:watch": "babel -s -w --skip-initial-build -d lib src",
|
"start:watch": "babel -s -w --skip-initial-build -d lib src",
|
||||||
|
|||||||
Reference in New Issue
Block a user