From 39dd7750837c501ef7d13a1196c26d7b2a19e7d6 Mon Sep 17 00:00:00 2001 From: yong Date: Mon, 3 Dec 2018 16:44:40 +0800 Subject: [PATCH] =?UTF-8?q?[typo]=20=E4=BF=AE=E6=94=B9=E4=BA=86=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E8=84=9A=E6=9C=AC=E9=87=8C=E4=B8=80=E5=A4=84=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF=20(#2203)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/build-components.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build-components.js b/build/build-components.js index a86276259..3168b857a 100644 --- a/build/build-components.js +++ b/build/build-components.js @@ -28,7 +28,7 @@ function compile(dir) { files.forEach(file => { const filePath = path.join(dir, file); - // reomve unnecessary files + // remove unnecessary files if (!isCode(file)) { return fs.removeSync(filePath); }