Skip to content

Commit

Permalink
Fix package json
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMax committed May 6, 2020
1 parent d139f51 commit 6bbaec7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6bbaec7

Please sign in to comment.