XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

fixup: use eslint:fix instead of prettier in fix script

f13de810
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified package.json +1 -1
@@ -23,7 +23,7 @@
23 23 "prettier": "prettier --write .",
24 24 "update-translations": "cd scripts && node update-translations.cjs",
25 25 "fix-imports": "cd scripts && node fix-imports.cjs",
26 "fix": "npm run update-translations && npm run fix-imports && npm run prettier"
26 "fix": "npm run update-translations && npm run fix-imports && npm run lint:fix"
27 27 },
28 28 "license": "GNU",
29 29 "type": "module",