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