refactor(common): Introduceer common package
This commit is contained in:
		
							parent
							
								
									da2729eeca
								
							
						
					
					
						commit
						8bf927d1c9
					
				
					 4 changed files with 36 additions and 5 deletions
				
			
		
							
								
								
									
										11
									
								
								package.json
									
										
									
									
									
								
							
							
						
						
									
										11
									
								
								package.json
									
										
									
									
									
								
							|  | @ -5,14 +5,15 @@ | |||
|     "private": true, | ||||
|     "type": "module", | ||||
|     "scripts": { | ||||
|         "build": "npm run build --ws", | ||||
|         "format": "npm run format --ws", | ||||
|         "format-check": "npm run format-check --ws", | ||||
|         "lint": "npm run lint --ws", | ||||
|         "test:unit": "npm run test:unit --ws" | ||||
|         "build": "npm run build --workspace=backend --workspace=frontend", | ||||
|         "format": "npm run format --workspace=backend --workspace=common --workspace=frontend", | ||||
|         "format-check": "npm run format-check --workspace=backend --workspace=common --workspace=frontend", | ||||
|         "lint": "npm run lint --workspace=backend --workspace=common --workspace=frontend", | ||||
|         "test:unit": "npm run test:unit --workspace=backend --workspace=frontend" | ||||
|     }, | ||||
|     "workspaces": [ | ||||
|         "backend", | ||||
|         "common", | ||||
|         "frontend", | ||||
|         "docs" | ||||
|     ], | ||||
|  |  | |||
		Reference in a new issue