Skip to content

Commit

Permalink
chore: fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Sep 17, 2022
1 parent d5061b2 commit 7954d99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"package": "ncc build",
"format": "prettier --write src/*.js",
"format-check": "prettier --check src/*.js",
"pub": "sh -e ./scripts/pub.sh"
"pub": "sh -e ./scripts/pub.sh",
"check-commit": "node ./scripts/check-commit.js",
"tag": "node ./scripts/tag.js",
"release": "node ./scripts/release"
},
"dependencies": {
"@actions/core": "^1.2.6",
Expand Down

0 comments on commit 7954d99

Please sign in to comment.