Skip to content

Commit

Permalink
fix: 修复因子分组构建失败导致无法正常生成文件目录的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
boxsnake committed Dec 31, 2024
1 parent 4cfcf84 commit 7552c54
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
2 changes: 0 additions & 2 deletions Excel2Json.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import ProcDownloadExcel from './proc/download-excel.mjs'
import ProcRenderExcel from './proc/render-excel.mjs'
import ProcReduceTranslations from './proc/reduce-translations.mjs'
import ProcSaveTranslations from './proc/save-translations.mjs'
import ProcSaveSubgroups from './proc/save-subgroups.mjs'
import ProcSaveManifest from './proc/save-manifest.mjs'
import ProcPackTranslations from './proc/pack-translations.mjs'

Expand All @@ -28,7 +27,6 @@ global.__dirname = UtilFile.getCurrentDirName(import.meta.url);
// 保存语言文件
ProcRmdir(__dirname, './output')
ProcSaveTranslations(__dirname, tlConfig.translations, './output/translations', ConfMapper)
ProcSaveSubgroups(__dirname, tlConfig, './output/subgroups', ConfMapper)
ProcSaveManifest(__dirname, tlConfig.translations, './output/translations', ConfMapper)

// 打包成压缩文件
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1"
}
},
"packageManager": "[email protected]+sha512.9c2cb83f2b6cf6a25d8c58300bf99197c7ef3be84cf3e766f29054b40b83b42f8aaba6fcc314a9ecf27c00f7ce80a757bb4c608800e7adbe2d29dc5c7056f5be"
}
25 changes: 0 additions & 25 deletions proc/save-subgroups.mjs

This file was deleted.

0 comments on commit 7552c54

Please sign in to comment.