add Sidebar tests

This commit is contained in:
Pulkit Sharma
2025-03-29 22:31:57 +05:30
parent 9e1186f5ac
commit 834eb0c934
3 changed files with 78 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
"scripts": {
"dev": "concurrently \"cd client && npm run dev\" \"cd server && npm run dev\"",
"dev:windows": "concurrently \"cd client && npm run dev\" \"cd server && npm run dev:windows",
"test": "cd client && npm test",
"build-server": "cd server && npm run build",
"build-client": "cd client && npm run build",
"build": "npm run build-server && npm run build-client",