(refactor) do generateDTS in build-assets (#11812)
This commit is contained in:
parent
c0838c473f
commit
7bd0a5b7cb
3 changed files with 9 additions and 6 deletions
|
@ -10,6 +10,7 @@ import postcss from 'postcss';
|
|||
import * as terser from 'terser';
|
||||
|
||||
import locales from '../locales/index.js';
|
||||
import generateDTS from '../locales/generateDTS.js';
|
||||
import meta from '../package.json' assert { type: "json" };
|
||||
|
||||
async function copyFrontendFonts() {
|
||||
|
@ -21,6 +22,8 @@ async function copyFrontendTablerIcons() {
|
|||
}
|
||||
|
||||
async function copyFrontendLocales() {
|
||||
generateDTS();
|
||||
|
||||
await fs.mkdir('./built/_frontend_dist_/locales', { recursive: true });
|
||||
|
||||
const v = { '_version_': meta.version };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue