fix(release): lint as self-hosted to allow update_url in manifest
This commit is contained in:
		
					parent
					
						
							
								3d51227477
							
						
					
				
			
			
				commit
				
					
						3192716e69
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -70,8 +70,8 @@ function run(cmd) {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
try {
 | 
					try {
 | 
				
			||||||
  // Lint before signing
 | 
					  // Lint before signing (allow self-hosted update_url)
 | 
				
			||||||
  run('npx --yes web-ext lint --source-dir .');
 | 
					  run('npx --yes web-ext lint --source-dir . --self-hosted');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Sign (unlisted) and place artifacts in releases/<version>
 | 
					  // Sign (unlisted) and place artifacts in releases/<version>
 | 
				
			||||||
  const signCmd = [
 | 
					  const signCmd = [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue