mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-06-30 00:47:29 +00:00
Fix package json
This commit is contained in:
+1
-5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user