mirror of
				https://github.com/actions/setup-go.git
				synced 2025-10-31 19:43:43 +00:00 
			
		
		
		
	Fix glob bug in package.json scripts section (#359)
This commit is contained in:
		
							parent
							
								
									8dbf352f06
								
							
						
					
					
						commit
						41c2024c46
					
				| @ -6,10 +6,10 @@ | ||||
|   "main": "lib/setup-go.js", | ||||
|   "scripts": { | ||||
|     "build": "tsc && ncc build -o dist/setup src/setup-go.ts && ncc build -o dist/cache-save src/cache-save.ts", | ||||
|     "format": "prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --write **/*.{ts,yml,yaml}", | ||||
|     "format-check": "prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --check **/*.{ts,yml,yaml}", | ||||
|     "lint": "eslint --config ./.eslintrc.js **/*.ts", | ||||
|     "lint:fix": "eslint --config ./.eslintrc.js **/*.ts --fix", | ||||
|     "format": "prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --write \"**/*.{ts,yml,yaml}\"", | ||||
|     "format-check": "prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --check \"**/*.{ts,yml,yaml}\"", | ||||
|     "lint": "eslint --config ./.eslintrc.js \"**/*.ts\"", | ||||
|     "lint:fix": "eslint --config ./.eslintrc.js \"**/*.ts\" --fix", | ||||
|     "test": "jest --coverage", | ||||
|     "pre-checkin": "npm run format && npm run lint:fix && npm run build && npm test" | ||||
|   }, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user