mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-20 02:35:58 +08:00
chore: fix file name
This commit is contained in:
@@ -24,8 +24,8 @@
|
|||||||
"release": "node ./scripts/release",
|
"release": "node ./scripts/release",
|
||||||
"test": "father test",
|
"test": "father test",
|
||||||
"package": "ncc build src/main.ts -o dist",
|
"package": "ncc build src/main.ts -o dist",
|
||||||
"users": "node ./script/update-users.js",
|
"users": "node ./scripts/update-users.js",
|
||||||
"version": "node ./script/update-version.js",
|
"version": "node ./scripts/update-version.js",
|
||||||
"pub": "sh -e ./scripts/pub.sh",
|
"pub": "sh -e ./scripts/pub.sh",
|
||||||
"all": "npm run format-check && npm run lint && npm run test && npm run package"
|
"all": "npm run format-check && npm run lint && npm run test && npm run package"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user