mirror of
				https://github.com/actions/setup-dotnet.git
				synced 2025-11-03 23:43:46 +00:00 
			
		
		
		
	Fix glob bug in package.json scripts section
This commit is contained in:
		
							parent
							
								
									abdd14ee80
								
							
						
					
					
						commit
						038beb8c55
					
				@ -6,10 +6,10 @@
 | 
				
			|||||||
  "main": "lib/setup-dotnet.js",
 | 
					  "main": "lib/setup-dotnet.js",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "build": "tsc && ncc build",
 | 
					    "build": "tsc && ncc build",
 | 
				
			||||||
    "format": "prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --write **/*.{ts,yml,yaml}",
 | 
					    "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}",
 | 
					    "format-check": "prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --check \"**/*.{ts,yml,yaml}\"",
 | 
				
			||||||
    "lint": "eslint --config ./.eslintrc.js **/*.ts",
 | 
					    "lint": "eslint --config ./.eslintrc.js \"**/*.ts\"",
 | 
				
			||||||
    "lint:fix": "eslint --config ./.eslintrc.js **/*.ts --fix",
 | 
					    "lint:fix": "eslint --config ./.eslintrc.js \"**/*.ts\" --fix",
 | 
				
			||||||
    "prepare": "husky install",
 | 
					    "prepare": "husky install",
 | 
				
			||||||
    "test": "jest --coverage --config ./jest.config.js",
 | 
					    "test": "jest --coverage --config ./jest.config.js",
 | 
				
			||||||
    "update-installers": "nwget https://dot.net/v1/dotnet-install.ps1 -O externals/install-dotnet.ps1 && nwget https://dot.net/v1/dotnet-install.sh -O externals/install-dotnet.sh"
 | 
					    "update-installers": "nwget https://dot.net/v1/dotnet-install.ps1 -O externals/install-dotnet.ps1 && nwget https://dot.net/v1/dotnet-install.sh -O externals/install-dotnet.sh"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user