Explorar o código

remove modules update in npm package (for now)

Raanan Weber %!s(int64=7) %!d(string=hai) anos
pai
achega
cde2af446c
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      Tools/Publisher/index.js

+ 3 - 2
Tools/Publisher/index.js

@@ -112,7 +112,8 @@ function processCore(package, version) {
         }
     ];
 
-    fs.readdirSync(basePath + '/modules/').forEach(object => {
+    // remove the modules for now
+    /*fs.readdirSync(basePath + '/modules/').forEach(object => {
         console.log(object);
         if (fs.statSync(basePath + '/modules/' + object).isDirectory) {
             files.push({
@@ -121,7 +122,7 @@ function processCore(package, version) {
                 isDir: true
             });
         }
-    })
+    })*/
 
     //copy them to the package path
     files.forEach(file => {