mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-04 05:43:42 +00:00 
			
		
		
		
	test(eslint): use .gitignore to ignore files
				
					
				
			This commit is contained in:
		
							parent
							
								
									61dd4011c7
								
							
						
					
					
						commit
						a697acef8a
					
				@ -4,7 +4,7 @@
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "bundle": "tsc && ncc build dist/main.mjs -o main",
 | 
			
		||||
    "check": "prettier --write . !main !README.md && eslint src package.json",
 | 
			
		||||
    "check": "prettier --write . !main !README.md && eslint --ignore-path .gitignore .",
 | 
			
		||||
    "test": "tsc && jest"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user