mirror of
				https://github.com/bartvdbraak/hellob.art.git
				synced 2025-10-29 19:29:11 +00:00 
			
		
		
		
	feat: added prettier and typecheck scripts
				
					
				
			This commit is contained in:
		
							parent
							
								
									667b4ec2b1
								
							
						
					
					
						commit
						b1fb6d42cc
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -11,7 +11,10 @@ | ||||||
|     "build": "next build", |     "build": "next build", | ||||||
|     "start": "next start", |     "start": "next start", | ||||||
|     "lint": "next lint", |     "lint": "next lint", | ||||||
|     "prepare": "husky install" |     "prepare": "husky install", | ||||||
|  |     "typecheck": "tsc --noEmit", | ||||||
|  |     "format:write": "prettier . --write --cache", | ||||||
|  |     "format:check": "prettier . --check --cache" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@types/node": "20.3.1", |     "@types/node": "20.3.1", | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue