mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 10:24:20 +08:00 
			
		
		
		
	fix prettier glob pattern (#247)
This commit is contained in:
		
							parent
							
								
									86f86b36ef
								
							
						
					
					
						commit
						97b30c411c
					
				| @ -5,8 +5,8 @@ | |||||||
|   "main": "lib/main.js", |   "main": "lib/main.js", | ||||||
|   "scripts": { |   "scripts": { | ||||||
|     "build": "tsc && ncc build && node lib/misc/generate-docs.js", |     "build": "tsc && ncc build && node lib/misc/generate-docs.js", | ||||||
|     "format": "prettier --write **/*.ts", |     "format": "prettier --write '**/*.ts'", | ||||||
|     "format-check": "prettier --check **/*.ts", |     "format-check": "prettier --check '**/*.ts'", | ||||||
|     "lint": "eslint src/**/*.ts", |     "lint": "eslint src/**/*.ts", | ||||||
|     "test": "jest" |     "test": "jest" | ||||||
|   }, |   }, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Peter Evans
						Peter Evans