diff --git a/algorithm-catalog/package.json b/algorithm-catalog/package.json index 2be149c..dbcc031 100644 --- a/algorithm-catalog/package.json +++ b/algorithm-catalog/package.json @@ -8,7 +8,8 @@ "dev": "vite", "build": "vite build", "preview": "vite preview", - "typecheck": "tsc --noEmit" + "typecheck": "tsc --noEmit", + "e2e": "node scripts/e2e.mjs" }, "dependencies": { "react": "^18.3.1",