test: test:unit script update

unit tests worden enkel uitgevoerd in de back- en frontend workspaces
This commit is contained in:
Timo De Meyst 2025-03-18 11:02:51 +01:00
parent 08d4599664
commit ec8efc554e

View file

@ -10,7 +10,7 @@
"format-check": "npm run format-check --ws",
"generate-docs": "python3 -m venv .venv && source .venv/bin/activate && pip install -r docs/requirements.txt && python docs/architecture/schema.py",
"lint": "npm run lint --ws",
"test:unit": "npm run test:unit --ws"
"test:unit": "npm run test:unit -w backend -w frontend"
},
"workspaces": [
"backend",