Fixed build

This commit is contained in:
Kasra Bigdeli
2020-08-16 19:40:55 -04:00
parent 723ca5cca5
commit 83103a1809
306 changed files with 6989 additions and 6502 deletions

View File

@@ -88,10 +88,6 @@
const pathOfVersion = path.join(pathOfPublic, 'v' + version);
const pathOfApps = path.join(pathOfVersion, 'apps');
if (!fs.existsSync(pathOfApps)) {
return;
}
return fs.readdir(pathOfApps)
.then(function (items) {