mirror of
https://gitea.com/Lydanne/pr-extract-issues.git
synced 2025-08-27 14:09:19 +08:00
chore: fix scripts
This commit is contained in:
@@ -8,7 +8,10 @@
|
|||||||
"package": "ncc build",
|
"package": "ncc build",
|
||||||
"format": "prettier --write src/*.js",
|
"format": "prettier --write src/*.js",
|
||||||
"format-check": "prettier --check 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": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.2.6",
|
"@actions/core": "^1.2.6",
|
||||||
|
Reference in New Issue
Block a user