prettier-fix

This commit is contained in:
Nicolas Barraud
2025-03-31 11:43:23 -04:00
parent 952e13edc1
commit 73d4cecdb1
2 changed files with 186 additions and 160 deletions

View File

@@ -28,7 +28,7 @@
"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": "npm run prettier-check && cd client && npm test",
"test:cli": "cd bin && npm run test",
"test-cli": "cd bin && npm run test",
"build-bin": "cd bin && npm run build",
"build-server": "cd server && npm run build",
"build-client": "cd client && npm run build",