cryptE2ERoomKeys -> ts

This commit is contained in:
Michael Zhang 2023-03-31 18:56:05 -05:00
parent 344e225ff4
commit 373cceadfd
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@
"scripts": { "scripts": {
"start": "vite", "start": "vite",
"build": "vite build", "build": "vite build",
"lint": "yarn check:eslint && yarn check:prettier", "lint": "npm run check:eslint && npm run check:prettier",
"check:eslint": "eslint src/*", "check:eslint": "eslint src/*",
"check:prettier": "prettier --check .", "check:prettier": "prettier --check .",
"fix:prettier": "prettier --write .", "fix:prettier": "prettier --write .",