chore: fix scripts

This commit is contained in:
元凛
2022-09-17 19:21:51 +08:00
parent d5061b2c0b
commit 7954d992a5

View File

@@ -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",