mirror of
https://github.com/iconify/iconify.git
synced 2024-11-16 17:45:09 +00:00
Typo in build script
This commit is contained in:
parent
6e35341c07
commit
da7523bc28
@ -122,7 +122,7 @@ function parse(config) {
|
||||
});
|
||||
if (config.plugins) {
|
||||
config.plugins.forEach(plugin => {
|
||||
testFiles.push('browser/plugins/' + file + '.js');
|
||||
testFiles.push('browser/plugins/' + plugin + '.js');
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user