Fix package json

This commit is contained in:
CrazyMax 2020-05-06 23:03:14 +02:00
parent d139f5173c
commit 6bbaec719e
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
1 changed files with 1 additions and 5 deletions

View File

@ -1,14 +1,10 @@
{ {
"name": "goreleaser-action", "name": "goreleaser-action",
"private": true,
"description": "GitHub Action for GoReleaser, a release automation tool for Go projects", "description": "GitHub Action for GoReleaser, a release automation tool for Go projects",
"main": "lib/main.js", "main": "lib/main.js",
"directories": {
"lib": "lib"
},
"scripts": { "scripts": {
"build": "tsc && ncc build", "build": "tsc && ncc build",
"test": "jest", "test": "jest --coverage",
"format": "prettier --write **/*.ts", "format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts", "format-check": "prettier --check **/*.ts",
"pre-checkin": "npm run format && npm run build" "pre-checkin": "npm run format && npm run build"