diff --git a/ui/package.json b/ui/package.json index 718bfe3..9c06eae 100644 --- a/ui/package.json +++ b/ui/package.json @@ -7,6 +7,7 @@ "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", + "test": "echo 'There are no tests yet' && exit 0", "preview": "vite preview" }, "dependencies": {