chore: fix file name

This commit is contained in:
元凛
2022-02-15 13:38:07 +08:00
parent d874829fb1
commit 0a220d0ec9
7 changed files with 2 additions and 2 deletions

View File

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