diff --git a/package.json b/package.json index e15fa898a..66bfcc14c 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "description": "Node 12 template action", "main": "lib/main.js", "scripts": { - "build": "npm install && tsc", - "test": "npm install && jest" + "build": "tsc", + "test": "jest" }, "repository": { "type": "git",