You've already forked setup-python
							
							
				mirror of
				https://github.com/actions/setup-python.git
				synced 2025-11-04 16:56:40 +07:00 
			
		
		
		
	Fix build command (#306)
This commit is contained in:
		@ -5,7 +5,7 @@
 | 
				
			|||||||
  "description": "Setup python action",
 | 
					  "description": "Setup python action",
 | 
				
			||||||
  "main": "dist/index.js",
 | 
					  "main": "dist/index.js",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "build": "tsc",
 | 
					    "build": "ncc build -o dist/setup src/setup-python.ts && ncc build -o dist/cache-save src/cache-save.ts",
 | 
				
			||||||
    "format": "prettier --write \"{,!(node_modules)/**/}*.ts\"",
 | 
					    "format": "prettier --write \"{,!(node_modules)/**/}*.ts\"",
 | 
				
			||||||
    "format-check": "prettier --check \"{,!(node_modules)/**/}*.ts\"",
 | 
					    "format-check": "prettier --check \"{,!(node_modules)/**/}*.ts\"",
 | 
				
			||||||
    "release": "ncc build -o dist/setup src/setup-python.ts && ncc build -o dist/cache-save src/cache-save.ts && git add -f dist/",
 | 
					    "release": "ncc build -o dist/setup src/setup-python.ts && ncc build -o dist/cache-save src/cache-save.ts && git add -f dist/",
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user