test: test:unit script update
unit tests worden enkel uitgevoerd in de back- en frontend workspaces
This commit is contained in:
		
							parent
							
								
									08d4599664
								
							
						
					
					
						commit
						ec8efc554e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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", | ||||
|  |  | |||
		Reference in a new issue
	
	 Timo De Meyst
						Timo De Meyst