mirror of
https://gitea.com/Lydanne/pr-extract-issues.git
synced 2025-08-24 20:49:24 +08:00
chore: fix scripts
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user