mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[typo] 修改了构建脚本里一处注释拼写错误 (#2203)
This commit is contained in:
parent
5493dd3aee
commit
39dd775083
@ -28,7 +28,7 @@ function compile(dir) {
|
|||||||
files.forEach(file => {
|
files.forEach(file => {
|
||||||
const filePath = path.join(dir, file);
|
const filePath = path.join(dir, file);
|
||||||
|
|
||||||
// reomve unnecessary files
|
// remove unnecessary files
|
||||||
if (!isCode(file)) {
|
if (!isCode(file)) {
|
||||||
return fs.removeSync(filePath);
|
return fs.removeSync(filePath);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user