1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

[typo] 修改了构建脚本里一处注释拼写错误 ()

This commit is contained in:
yong 2018-12-03 16:44:40 +08:00 committed by neverland
parent 5493dd3aee
commit 39dd775083

@ -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);
}