From 545cdeacc747e7ef428e3b99f717c23ab7e69c0e Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 5 Aug 2024 14:26:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'scripts/dist.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/dist.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/dist.js b/scripts/dist.js index b60d9ee..cb18896 100644 --- a/scripts/dist.js +++ b/scripts/dist.js @@ -1,5 +1,8 @@ import schemaBuilder from '@ideditor/schema-builder'; +import fs from 'fs'; + + let translationOptions = {}; if (process.argv.includes('translations')) { translationOptions = { @@ -21,3 +24,5 @@ schemaBuilder.buildDist({ }, ...translationOptions }); + +