From 6bbaec719e09d6ebb16eda1ed8f96399bf1142b2 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Wed, 6 May 2020 23:03:14 +0200 Subject: [PATCH] Fix package json --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index c057a24..ca0a646 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,10 @@ { "name": "goreleaser-action", - "private": true, "description": "GitHub Action for GoReleaser, a release automation tool for Go projects", "main": "lib/main.js", - "directories": { - "lib": "lib" - }, "scripts": { "build": "tsc && ncc build", - "test": "jest", + "test": "jest --coverage", "format": "prettier --write **/*.ts", "format-check": "prettier --check **/*.ts", "pre-checkin": "npm run format && npm run build"