diff --git a/package.json b/package.json index 474971f..861a8c8 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,11 @@ "description": "Gradle Wrapper Validation Action", "main": "lib/main.js", "scripts": { - "build": "tsc", + "compile": "tsc", "format": "prettier --write **/*.ts", "format-check": "prettier --check **/*.ts", "lint": "eslint src/**/*.ts", - "pack": "ncc build", + "build": "ncc build", "test": "jest", "all": "npm run build && npm run format && npm run lint && npm run pack && npm test" },