cryptE2ERoomKeys -> ts
This commit is contained in:
parent
344e225ff4
commit
373cceadfd
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
"scripts": {
|
||||
"start": "vite",
|
||||
"build": "vite build",
|
||||
"lint": "yarn check:eslint && yarn check:prettier",
|
||||
"lint": "npm run check:eslint && npm run check:prettier",
|
||||
"check:eslint": "eslint src/*",
|
||||
"check:prettier": "prettier --check .",
|
||||
"fix:prettier": "prettier --write .",
|
||||
|
|
Loading…
Reference in a new issue