Wire up tests & sonarcloud

This commit is contained in:
Michael Telatynski
2025-01-30 10:58:23 +00:00
parent abc3841445
commit b8aba36f09
2 changed files with 2 additions and 1 deletions
View File
+2 -1
View File
@@ -8,7 +8,8 @@
],
"scripts": {
"prepare": "vite build",
"lint:ts": "tsc --noEmit"
"lint:ts": "tsc --noEmit",
"test": "echo no tests yet"
},
"devDependencies": {
"@element-hq/element-web-module-api": "^0.1.0",