mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-04 13:53:41 +00:00 
			
		
		
		
	build: use default ncc build output
This commit is contained in:
		
							parent
							
								
									d37829ef6a
								
							
						
					
					
						commit
						f7f2b5e5b5
					
				@ -2,7 +2,7 @@
 | 
			
		||||
  "private": true,
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "build": "ncc build src/index.ts -o dist",
 | 
			
		||||
    "build": "ncc build src/index.ts",
 | 
			
		||||
    "format": "prettier --write --cache . !dist !README.md",
 | 
			
		||||
    "lint": "eslint --ignore-path .gitignore ."
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user